Chrome Not Loading Print Preview Completely On First Attempt
I'm using classic javascript window.print() function that is bound to a button to print a page. When I use it the first time after the page loads, it loads the background and the C
Solution 1:
Had quite same issue. (no printing on first try on windows chrome browser)
Solved it by removing
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300italic,600);
from print.css and take another font for printing.
Solution 2:
"This only happens on Chrome, while in Firefox it loads the text on first try without any problems."
May be your chrome browser have some problem.. Once try re-installing the browser.. It may solve your problem...
Post a Comment for "Chrome Not Loading Print Preview Completely On First Attempt"