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

  1. EarnestAvada表示:

    I got this website from my buddy who informed me on the topic of this site and now this time I am browsing this web page and reading very informative posts at this time.

    Wyoming Valley Equipment LLC

  2. MichaelGeony表示:

    online canadian pharmacy coupon https://megaindiapharm.com/# MegaIndiaPharm

  3. Davidmoits表示:

    MegaIndiaPharm: MegaIndiaPharm – MegaIndiaPharm

  4. Davidmoits表示:

    easy canadian pharm: canadian discount pharmacy – easy canadian pharm

  5. Charleskepsy表示:

    prescription free canadian pharmacy https://megaindiapharm.shop/# MegaIndiaPharm

  6. Charleskepsy表示:

    online pharmacy without prescription https://megaindiapharm.com/# MegaIndiaPharm

  7. MichaelGeony表示:

    international pharmacy no prescription https://easycanadianpharm.com/# canada pharmacy 24h

  8. Davidmoits表示:

    reputable mexican pharmacies online: medication from mexico pharmacy – mexican online pharmacies prescription drugs

  9. MichaelGeony表示:

    canadian pharmacy world coupon https://megaindiapharm.shop/# Mega India Pharm

  10. Davidmoits表示:

    online pharmacy delivery usa: Best online pharmacy – Cheapest online pharmacy

  11. MichaelGeony表示:

    canada online pharmacy no prescription https://easycanadianpharm.com/# easy canadian pharm

  12. OLaneevige表示:

    I’d like to find out more? I’d want to find out some additional information.

    Wyoming Valley Equipment LLC

  13. Porterfax表示:

    Mega India Pharm MegaIndiaPharm Mega India Pharm

  14. CarlosCof表示:

    Inverti en el token UTLH y en el primer mes ya obtuve ingresos estables. El staking realmente es rentable, y el precio del token sigue subiendo. ?Creo en el exito futuro de este proyecto!

  15. adas car cal表示:

    The article was a joy to read, and The enthusiasm is as infectious as The charm.

  16. The article was a delightful read. It’s clear you’re passionate about what you do, and it shows.

  17. Davidmoits表示:

    MegaIndiaPharm: MegaIndiaPharm – MegaIndiaPharm

  18. Davidmoits表示:

    drugmart: drugmart – discount drugs

  19. MichaelGeony表示:

    prescription free canadian pharmacy http://discountdrugmart.pro/# discount drugs

  20. Charleskepsy表示:

    international pharmacy no prescription https://xxlmexicanpharm.com/# xxl mexican pharm

  21. MichaelGeony表示:

    canadian pharmacy coupon code https://familypharmacy.company/# Online pharmacy USA

  22. Porterfax表示:

    top 10 online pharmacy in india MegaIndiaPharm MegaIndiaPharm

  23. Charleskepsy表示:

    no prescription needed canadian pharmacy https://xxlmexicanpharm.com/# xxl mexican pharm

  24. carcal adas表示:

    You navigate through topics with such grace, it’s like watching a dance. Care to teach me a few steps?

  25. Every article you write is like a new adventure. I’m always excited to see where you’ll take me next.

  26. Fthpdb表示:

    buy furosemide sale – betnovate tubes3 purchase betnovate online cheap

  27. MichaelGeony表示:

    pharmacy coupons https://familypharmacy.company/# family pharmacy

  28. car cal adas表示:

    Refreshing take on the subject, like a cold splash of water to my long-held beliefs.

  29. carcal adas表示:

    The creativity and intelligence shine through this post on the state of the country. Amazing job!

  30. carcal adas表示:

    Amazed by The knowledge breadth, or what I’ve been mistaking for just good Googling skills.

發佈留言

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