踩到Window resize在Preview print的雷

最近在作案的過程中遇到一個狀況,從Art design那邊拿到的頁面,會在Window resize的時候執行某個Function,本來一切都正常,但測試到Chrome和Firefox預覽列印時發現也會Trigger這個Event,會讓在預覽列印過後的頁面發生問題,所以必須要進行修正,以下是這個案例的說明:

先在測試頁加入以下的程式,發現在預覽列印的時候會Trigger window resize event:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Preview Print Test</title>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
    <script>
        $(window).resize(function() {
            console.log("Window Resize");
        });
    </script>
</head>
<body>
<h1>Window Resize Test</h1>
</body>
</html>
Preview print trigger window resize event
Preview print trigger window resize event

網路上搜尋了一下解決方案,將Script改寫如下,可以順利解決,但不知道是不是最好的方法,如果大家有更好的也別忘了告訴我唷~

openResizeFn();

// Chorme
var print = false;
var mediaQueryList = window.matchMedia('print');
mediaQueryList.addListener(function (mql) {
    if (mql.matches) {
        closeResizeFn();
    } else {
        setTimeout(openResizeFn, 2000);
    }
});

// Firefox
window.onbeforeprint = function () {
    closeResizeFn();
};
window.onafterprint = function () {
    setTimeout(openResizeFn, 2000);
};

// Common Function
function openResizeFn() {
    $(window).on("resize", windowResize);
}

function closeResizeFn() {
    $(window).off("resize", windowResize);
}

function windowResize() {
    console.log("Window Resize");
}

You may also like...

17,105 Responses

  1. как вызвать наркологическую скорую помощь в москве https://www.ya.7bb.ru/viewtopic.php?id=14638 .

  2. RogerFaf表示:

    https://fastpillsformen.com/# sildenafil online

  3. RogerFaf表示:

    http://fastpillsformen.com/# Generic Viagra online

  4. Donaldabula表示:

    erectile dysfunction pills for sale FastPillsEasy where can i buy ed pills

  5. Saint-Ouen Abbey, Rouen (completed fifteenth century) had a full range of colors, set against a white background.

  6. BrettTIT表示:

    erectile dysfunction medications online: FastPillsEasy – best ed medication online

  7. Barrybib表示:

    Viagra online price: FastPillsForMen.com – Cheap Viagra 100mg

  8. BrettTIT表示:

    affordable ed medication: FastPillsEasy – online prescription for ed

  9. Diplomi_qvpi表示:

    купить готовый диплом о среднем купить готовый диплом о среднем .

  10. Barrybib表示:

    cheapest online ed meds: fast pills easy – where to get ed pills

  11. как вызвать наркологическую скорую помощь в москве [url=www.gaslo.ukrbb.net/viewtopic.php?f=13&t=3429]www.gaslo.ukrbb.net/viewtopic.php?f=13&t=3429[/url] .

  12. срочная наркологическая помощь в москве [url=http://uaportal.ukrbb.net/viewtopic.php?f=2&t=3732/]срочная наркологическая помощь в москве[/url] .

  13. BruceGaf表示:

    [url=https://victoriamotorsinc.com/]car auctions near me[/url] free jeep vin decoder

  14. наркологическая скорая бесплатная http://gaslo.ukrbb.net/viewtopic.php?f=13&t=3429/ .

  15. Diplomi_uqml表示:

    купить диплом симферополь 2orik-diploms.ru .

  16. Donaldabula表示:

    Generic Tadalafil 20mg price MaxPillsForMen.com Cialis without a doctor prescription

  17. BrettTIT表示:

    Cheapest Sildenafil online: FastPillsForMen.com – Generic Viagra for sale

  18. Donaldabula表示:

    best price for viagra 100mg FastPillsForMen Viagra tablet online

  19. RogerFaf表示:

    https://maxpillsformen.com/# cialis for sale

  20. Donaldabula表示:

    edmeds cheap cialis erectile dysfunction medication online

  21. Diplomi_mqml表示:

    купить диплом тамбовского училища педагогического 2orik-diploms.ru .

  22. If wings are your thing, Tinker Bell’s sexy Halloween costume design is all grown up.

  23. Barrybib表示:

    Generic Tadalafil 20mg price: MaxPillsForMen – п»їcialis generic

  24. как вызвать наркологическую скорую помощь в москве как вызвать наркологическую скорую помощь в москве .

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。