Hi experts,
I'm developing asp.net application and i'm browing the application on iPad 2 device.
Now, I wanted to do print few pages, but unfortunately safari on iPad doesn't support window.print(javascript).
How do I overcome this issue ?
Is there is any way of printing from iPad device?
Loading
Posted Jun 20, 2011, 8:51 AM
Thanks for your suggestions.
Pankaj GogoiPosted Jun 20, 2011, 4:59 AM
Can you use the bookmarklet feature to convert it to pdf and then print. Here is one link
http://www.ipadforums.net/ipad-help/32146-ipad2-printing-webpages.html
Can you please check this link also. It talks about AirPrint101
http://support.apple.com/kb/ht4356
It has feature for printing from safari
Thank You
Posted Jun 20, 2011, 4:36 AM
iOS Note: Note that the
showModalDialogandprintmethods are not supported in Safari on iOS.I can't use /integrate the third party application inside my browser app.
Can you please suggest me any other way for printing from iPad 2 device?
Pankaj GogoiPosted Jun 20, 2011, 3:43 AM
Window.Print() is supported in all major versions of browser. is there any error it throws.
You can probably check apple app centre if any free printing application is available that you can integrate with your application.
I would like to direct you to this article that talks about printing.
http://www.macworld.com/article/150726/2010/04/iphone_printing.html
Thank You