简体   繁体   中英

Chrome: Print is not working in latest version

We have two types of article in application which is HTML and PDF. If I go ahead and do "window.print()" in HTML article directly, it works without any problem. Now, If I visit PDF page which is loaded from "embbed and object" tab and then go back to HTML page to print, it's not working. It's working fine in all other browser and older version of chrome but not working in latest version of chrome. Can anyone help?

Thank you

To reproduce the problem just open a pdf directly on chrome, then open developer tools on that pdf page, then go on console and write the print(); command

Tada, Problem detected,

this started happening to me on latest version as well, Thank god I'm not the only one.

Just for Update:

This issue has been no longer reproducible in Chrome Version: Version 83.0.4103.97 (Official Build) (64-bit)

Thank you!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM