phonegap-print-plugin
phonegap-print-plugin copied to clipboard
phonegap print plugin for ios (AirPrint) and android ( Google Cloud Print)
Results
1
phonegap-print-plugin issues
Sort by
recently updated
recently updated
newest added
setTimeout(function(){ var type = "text/html"; var title = "test.html"; var fileContent = "Phonegap Print Plugin"; window.plugins.PrintPlugin.print(fileContent,function(){console.log('success')},function(){console.log('fail')},"",type,title); }, 2000);