I have a few questions regarding Print used in iPad Safari (window.print()
)
- Does the same JS method
print()
work in iPad Safari without needing any update? - Do we need to add the printer initially?
- Does the iOS version matter for AirPrint?
- In my page, I am using
window.print()
and it does not even give any popup or even any error. Nothing happens at all. I’m testing on iOS 3.2.
Please help. Thank you.