踩到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,283 Responses

  1. франшизный бизнес франшизный бизнес .

  2. Justinlib表示:

    https://slottr.top/# slot siteleri

  3. RobertPex表示:

    пин ап пинап казино пинап казино

  4. Today, I went to the beachfront with my children. I found a sea shell and gave it to my 4 year old daughter and said “You can hear the ocean if you put this to your ear.” She put the shell to her ear and screamed. There was a hermit crab inside and it pinched her ear. She never wants to go back! LoL I know this is totally off topic but I had to tell someone!

  5. открыть франшизу открыть франшизу .

  6. Josephnor表示:

    discount casД±no: deneme veren siteler – en gГјvenilir online casino

  7. Justinlib表示:

    http://casinositeleri2025.pro/# tГјrkiye casino siteleri

  8. Philadelphia: University of Pennsylvania Press.

  9. Josephnor表示:

    en kazancl? slot oyunlar?: slot siteleri – slot siteleri

  10. EdwardApest表示:

    http://casinositeleri2025.pro/# casino gГјncel giriЕџ

  11. Justinlib表示:

    http://pinup2025.com/# пин ап казино официальный сайт

  12. сейфы表示:

    Тут можно сейф цена купитькупить сейф оптом

  13. click this表示:

    You are good writer. Thank you.

  14. this post表示:

    Our family had similar issues, thanks.

  15. navigate here表示:

    These kind of posts are always inspiring and I prefer to read quality content so I happy to find many good point here in the post. writing is simply wonderful! thank you for the post

  16. Justinlib表示:

    http://slottr.top/# slot oyunlar? puf noktalar?

  17. Justinlib表示:

    https://casinositeleri2025.pro/# ilk giriЕџte bonus veren bahis siteleri

  18. SODO66表示:

    There is so much to try to understand

  19. TravisFlasp表示:

    en cok kazand?ran slot oyunlar?: slot tr online – slot siteleri

  20. This piece was beautifully written and incredibly informative. Thank you for sharing!

  21. Josephnor表示:

    пин ап: pinup 2025 – пин ап вход

  22. RobertPex表示:

    пин ап казино пин ап казино pinup 2025

  23. Sodo66表示:

    I am lucky that I discovered this website , precisely the right info that I was searching for! .

  24. RobertPex表示:

    en cok kazand?ran slot oyunlar? en kazancl? slot oyunlar? en kazancl? slot oyunlar?

  25. TravisFlasp表示:

    gГјvenilir kumar siteleri: eski oyunlarД± oynama sitesi – casino slot oyunlarД±

發佈留言

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