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

30,417 Responses

  1. JbfgBamstisse表示:

    sildenafil 20 brand viagra price where to buy generic sildenafil

  2. WczxOmilk表示:

    price of generic viagra in canada cheap price sildenafil 100 mg where to buy viagra usa

  3. Edgardot表示:

    https://withoutprescription.shop/# pharmacy without dr prescriptions

  4. MarvinBlino表示:

    comprar cialis comprar cialis comprar cialis 5 mg

  5. WnuiOmilk表示:

    buy viagra online canada with mastercard viagra medicine viagra sales online

  6. CaseyAmeks表示:

    https://datingonline.best/# meet online

  7. apombini表示:

    viagra pills sildenafil 100mg price walmart sildenafil 100mg price walmart

  8. Michaelscesk表示:

    украина мае талант виталий тищенко все видео на youtube. Как взять кредит webmoney моментально? 3d комиксы на русском мр3

  9. Williamnok表示:

    canadian pharmacy ratings canadian pharmacy oxycodone

  10. Williamnok表示:

    free dating sites chat bbw dating sites

  11. AhehEmbek表示:

    order tadalafil no prescription tadalafil usp tadalafil tablets uses

  12. MarvinBlino表示:

    cialis 5 mg cialis cialis

  13. Lloydbic表示:

    best online drugstore online ed medication no prescription

  14. CaseyAmeks表示:

    https://withoutprescription.shop/# discount drugs online

  15. Lloydbic表示:

    personal dating best dating sites for free

  16. EbrcOmilk表示:

    prescription drugs abuse Tizanidine cvs pharmacy update insurance online

  17. flishiz表示:

    Monk s House, in the village of Rodmell in Sussex, is a fascinating example of this, with much of Virginia Woolf s spirit living on purchase ivermectin for humans

  18. Undimb表示:

    Good advice. Appreciate it. online dapoxetine dapoxetine 30mg priligy review

  19. Ixiuey表示:

    cost clarinex 5mg buy clarinex 5mg without prescription loratadine pill

  20. WczxOmilk表示:

    sildenafil over the counter australia generic viagra online europe viagra brand name online

  21. Thamipam表示:

    generic viagra prices sildenafil citrate 100mg women in viagra commercials

  22. Edgardot表示:

    https://pharmacyreview.best/# canadian pharmacy price checker

  23. flishiz表示:

    This risk of infertility is greater with radiation stromectol merck canada Cell lines and antagonists

  24. Edgardot表示:

    https://datingonline.best/# free sex dating

  25. CaseyAmeks表示:

    https://datingonline.best/# tinder dating site

  26. MarvinBlino表示:

    comprar cialis cialis 5 mg cialis

  27. Williamnok表示:

    canadian pharmacy levitra value pack canadian pharmacy ratings

  28. Williamnok表示:

    reliable online canadian pharmacy online pharmacy without precriptions

  29. Lloydbic表示:

    best online pharmacy stores canada meds

發佈留言

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