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

  1. франшиза готового бизнеса франшиза готового бизнеса .

  2. Willardvem表示:

    https://canadianpharmi.com/# prescription drugs online without

  3. Ernestzow表示:

    over the counter ed remedies: canadian pharmacy – cheap medication online

  4. Jeffreyvop表示:

    purple pharmacy mexico price list: mexican pharmacy – mexican online pharmacies prescription drugs

  5. StephenJem表示:

    https://indiapharmi.com/# п»їlegitimate online pharmacies india

  6. Ernestzow表示:

    muse for ed: Canada Pharmacy online reviews – treatment for erectile dysfunction

  7. MatthewHen表示:

    pills for erection canadian pharmacy best medicine for ed

  8. StephenJem表示:

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

  9. MatthewHen表示:

    mexico drug stores pharmacies mexican pharmi medication from mexico pharmacy

  10. Ujhdop表示:

    buy stromectol pills – ivermectin pills canada buy tegretol without prescription

  11. Jeffreyvop表示:

    erectile dysfunction natural remedies: Canadian pharmacy prices – viagra without doctor prescription amazon

  12. MatthewHen表示:

    indian pharmacies safe Online medicine home delivery reputable indian online pharmacy

  13. Jeffreyvop表示:

    ed aids: Canada pharmacy online – medications online

  14. Thus, along with allied instruments and application programming interfaces, revolutionary and superior revenue administration programs are catering to the growing wants of the ever-growing hospitality business.

  15. Political disagreements prevented Thomson from getting a position in the new authorities created by the U.S.

  16. Willardvem表示:

    https://canadianpharmi.com/# male enhancement

  17. Trailblazer, Director of Therapy on the Sexual Assault Assets and Counseling Middle.

  18. Velas_dySt表示:

    Создайте уютную атмосферу с помощью велас ароматических, Вдохновляющие ароматы для вашего дома, Создание уюта с помощью ароматических велас свечей
    fragancias velas https://scentalle.com/ .

  19. A member of the Neighborhood Presbyterian Church, Wilbur, WA; Tuscan Chapter No.

  20. Jeffreyvop表示:

    ed in young men: Best Canadian online pharmacy – men ed

  21. бизнес франшиза [url=https://www.franshizy38.ru]бизнес франшиза[/url] .

  22. Across Africa Tours & Travel is a renowned travel agency offering a diverse range of safari and adventure packages across various countries in Africa. Whether you’re looking for budget-friendly tours or luxury experiences, this company caters to all with packages in renowned destinations like Kenya, Tanzania, Uganda, Senegal, Angola, and more. They provide detailed itineraries that include wildlife safaris, cultural tours, beach vacations, and unique expeditions that allow travelers to immerse themselves in the rich biodiversity and cultural heritage of Africa. With a focus on creating memorable travel experiences, Across Africa Tours ensures personalized service, expert guides, and comprehensive travel plans. Their offerings are designed to appeal to adventurers, nature enthusiasts, and those looking to explore the cultural tapestries of Africa.

  23. StephenJem表示:

    http://canadianpharmi.com/# cheap medication online

  24. F8BET表示:

    I like the helpful information you provide in your articles. I’ll bookmark your blog and check again here frequently. I am quite certain I’ll learn many new stuff right here! Best of luck for the next!

  25. Xoso66表示:

    I appreciate, cause I found just what I was looking for. You’ve ended my four day long hunt! God Bless you man. Have a great day. Bye -.

  26. MatthewHen表示:

    best ed drugs Canada Pharmacy ed causes and treatment

發佈留言

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