Printing JavaScript Functions
You can find the JavaScript test page at https://www.android-kiosk.com/jstest.htm Just set this as the Kiosk URL on your device to test the functions.
Print Page via Google Cloud Print
Print Page via Google Cloud Print, requires version 2.0.40 or higher.
<script>
//PRINT PAGE VIA GOOGLE CLOUD PRINT
function printPage() {
Android.printPage();
}
</script>
<a href="javascript:printPage();">Print Page via Google Cloud Print</a>
You can find the JavaScript test page at https://www.android-kiosk.com/jstest.htm Just set this as the Kiosk URL on your device to test the functions.
Print Page via Google Cloud Print
Print Page via Google Cloud Print, requires version 2.0.40 or higher.
<script>
//PRINT PAGE VIA GOOGLE CLOUD PRINT
function printPage() {
Android.printPage();
}
</script>
<a href="javascript:printPage();">Print Page via Google Cloud Print</a>
Published on: 11 / 05 / 2018