Hi there,
we use JavaScript library 3.0.216 to access Zebra Browser Print on Android out of our WebApp (PWA). After adding the Zebra printer in the Zebra Browser Print App and starting our PWA, there is no request for permission to allow access the system's printer and the URL of our PWA is not automatically entered in the list of accepted domains. Is there another possibility or what steps are necessary to have the URL of the WebApp entered in the list of accepted domains?
Thank you for any hints!
2 Replies
The domain of your PWA app should be automatically added to the BrowserPrint app through the notification on the phone. When you launch the PWA app, an Access Request is automatically generated and a notification automatically pops up on the phone. Make sure that the notification is not blocked for the BrowserPrint app on the phone. In case you may have missed the notification the very first time, you can go to the notification center by pulling down the home screen to reveal the notification and accept it.
If the notification has never been received on the phone, then you need to check if the PWA app blocks the request from being sent. The BrowserPrint.js connects to the BrowserPrint app using http://127.0.0.1:9100. So, make sure that the PWA app doesn't block it.
Thanks for your response. In our case, it was enough to clear the browser cache and try again.