I have the following code:
<input type="button" value="Print" onclick="window.print(); return false;">
Works in all browsers, but does nothing (without opening the print dialog) in ipad chrome browser.
How can I solve this problem?
However, if I manually print with the chrome settings, then its work.
javascript google-chrome printing ipad
Navin rauniyar
source share