I have the following code:
<input type="button" value="Print" onclick="window.print(); return false;">
Which works in all browsers but it is doing nothing ( not opening print dialog box ) in ipad chrome browser.
How can I solve this problem?
However if I do manually print with chrome settings print then its working.