cordova-plugin-printer
cordova-plugin-printer copied to clipboard
print multi page webView
(In a ionic project) use this API to print webView:
cordova.plugins.printer.print();
but when the content more than one page, the plugin can print one page only. How print all content ?
same issue anyone known????