JS: Printing
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 Android Print Client, requires version 2.0.40 or higher.
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 Android Print Client
Print Page via Android Print Client, requires version 2.0.40 or higher.
<script>
//PRINT PAGE VIA ANDROID PRINT CLIENT
function printPage() {
Android.printPage();
}
</script>
<a href="javascript:printPage();">Print Page via Android Print Client</a>
Updated on: 30/06/2021
Thank you!