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

21,988 Responses

  1. Rodneytah表示:

    http://certpharm.com/# Mexican Cert Pharm

  2. Joshuareoto表示:

    mexico drug stores pharmacies https://certpharm.shop/# Cert Pharm

  3. Does it look like we’re in for a big ride here?

  4. AnthonyNum表示:

    buying prescription drugs in mexico: mexican pharmacy online – mexican pharmacy online

  5. 789bet表示:

    38138 678773Awesome read , Im going to spend much more time researching this subject 717264

  6. CalvinRhymn表示:

    Cert Pharm: mexican pharmacy online – Cert Pharm

  7. LarrykeW表示:

    mexican pharmacy mexican pharmacy online pharmacies in mexico that ship to usa

  8. 88CLB表示:

    Pretty nice post. I just stumbled upon your weblog and wanted to say that I’ve really enjoyed surfing around your blog posts. After all I’ll be subscribing in your feed and I am hoping you write again very soon!

  9. AnthonyNum表示:

    mexican pharmacy online: Mexican Cert Pharm – Legit online Mexican pharmacy

  10. Rodneytah表示:

    https://certpharm.shop/# Legit online Mexican pharmacy

  11. LarrykeW表示:

    Mexican Cert Pharm Legit online Mexican pharmacy mexican pharmacy online

  12. Joshuareoto表示:

    п»їbest mexican online pharmacies https://certpharm.com/# mexican pharmacy

  13. AnthonyNum表示:

    Cert Pharm: Best Mexican pharmacy online – Legit online Mexican pharmacy

  14. MichaelFab表示:

    The best HD wallpapers https://wallpapers-all.com/34798-what-we-do-in-the-shadows.html in one place! Download free backgrounds for your desktop and smartphone. A huge selection of pictures – from minimalism to bright landscapes and fantasy. Enjoy stylish images every day!

  15. Joshuareoto表示:

    buying prescription drugs in mexico online https://certpharm.com/# Best Mexican pharmacy online

  16. AaronAmori表示:

    оригинальная ссылка на кракен kra cc

  17. darknet markets url https://github.com/newonionlinks/darknetmarkets – dark web market links

  18. Colinputty表示:

    ?? Ваша экосистема Apple — выгодно и без хлопот!
    iPhone 16 Pro Max со скидкой 20% ?? + MacBook M4 в рассрочку 0% ?? + Apple Watch Ultra 2025 в подарок ??.
    ? Оригинал с гарантией. ? Доставка за 1 день. ? Акции до -40% только в Vodka_Online.
    Успейте — техника Apple улетает как горячие пирожки! ??
    Прочитать подробнее и купить айфон:https://telegra.ph/Originalnye-Apple-gadzhety-skidki-do-40-03-02-79
    #купить_iPhone_16_Pro_Max #рассрочка_на_MacBook #Apple_Watch_2025_подарок #скидки_Apple_РФ #Telegram_магазин_гаджетов.

  19. LarrykeW表示:

    Mexican Cert Pharm mexico drug stores pharmacies mexican pharmacy

  20. AnthonyNum表示:

    Mexican Cert Pharm: buying from online mexican pharmacy – Cert Pharm

  21. AnthonyNum表示:

    mexican pharmacy online: mexican pharmaceuticals online – Mexican Cert Pharm

發佈留言

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