How do I start a printer in IOS with my application?
I am developing an IOS application using GWT. I want to run a print function in an application.
Window.print();
The above code works fine in Safari browser , but not in my application.
Please provide me with a valuable suggestion.
Thank.
+3
nmkyuppie
source
to share
1 answer
Have a look at the following source code: https://github.com/katzer/cordova-plugin-printer
If you are using Phonegap / Cordova this is pretty straightforward. Otherwise, just copy and paste the code from the plugin
0
ochakov
source
to share