Dear friends,
I have check to print page
https://getsatisfaction.com/apperyio/...
And everything works, but as I have Render all pages in one HTML file (jQuery Mobile multi-page template), when I make this:
// Get HTML string
Apperyio.storage.page.set(document.body.innerHTML);
// Pass the HTML
cordova.plugins.printer.print(Apperyio.storage.page.get(), 'Document.html', function () {
alert('printing finished or canceled');
});
var Page is all html APP,
It is possible to just take the page I'm on??
Thanks
Thanks