踩到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...

27,950 Responses

  1. CurtisBam表示:

    Best online Indian pharmacy: Indian Cert Pharm – Online pharmacy

  2. This gives operators the pliability to operate more risky markets, with solely a small quantity of danger.

  3. CurtisBam表示:

    canadian pharmacy online ship to usa: best canadian pharmacy – best canadian online pharmacy

  4. Brandonnot表示:

    Indian pharmacy that ships to usa: IndianCertPharm – Online medicine order

  5. CurtisBam表示:

    Indian Cert Pharm: indian pharmacy – Indian pharmacy that ships to usa

  6. Carrolleruck表示:

    https://mexicaneasypharm.shop/# Mexican Easy Pharm
    thecanadianpharmacy

  7. CurtisBam表示:

    canadian discount pharmacy: Canadian Md Pharm – canadian pharmacy price checker

  8. What happens if you’re caught speeding over 80 mph in Virginia?

  9. CurtisBam表示:

    canada online pharmacy: Canadian Md Pharm – canadian 24 hour pharmacy

  10. Brandonnot表示:

    77 canadian pharmacy: canada discount pharmacy – canadian compounding pharmacy

  11. Brandonnot表示:

    reputable mexican pharmacies online: Mexican Easy Pharm – Mexican Easy Pharm

  12. CurtisBam表示:

    online pharmacy india: indian pharmacy – Indian pharmacy international shipping

  13. Carrolleruck表示:

    https://canadianmdpharm.com/# canadian pharmacy store
    canadian pharmacy 24 com

  14. Brandonnot表示:

    mexican rx online: buying from online mexican pharmacy – Mexican Easy Pharm

  15. пансионат для престарелых в крыму [url=https://www.svstrazh.forum24.ru/?1-18-0-00000125-000-0-0-1736935083]https://www.svstrazh.forum24.ru/?1-18-0-00000125-000-0-0-1736935083[/url] .

  16. геронтологический центр в симферополе [url=http://www.pelsh.forum24.ru/?1-8-0-00000237-000-0-0]геронтологический центр в симферополе[/url] .

  17. CurtisBam表示:

    Mexican Easy Pharm: mexican border pharmacies shipping to usa – mexican pharmaceuticals online

  18. CurtisBam表示:

    Indian Cert Pharm: IndianCertPharm – Indian pharmacy international shipping

  19. CurtisBam表示:

    canadian pharmacy online store: pharmacy canadian superstore – canadian discount pharmacy

  20. Brandonnot表示:

    Indian Cert Pharm: Best Indian pharmacy – Indian pharmacy international shipping

  21. Brandonnot表示:

    mexican border pharmacies shipping to usa: mexico pharmacies prescription drugs – Mexican Easy Pharm

發佈留言

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