Hello everybody!
In an ASP.NET application I have added som Zebra printing functionality.
However, not all users are supposed to use this.
In the client, I call "BrowserPrint.getDefaultDevice" (in javascript onload). This does not work so good of course if there is no Z stuff installed.
How can I detect - in javascript - if BrowserPrint has been installed on the machine?
best regards from Dan in Sweden
1 Replies
Call the BrowserPrint.getApplicationConfiguration() API. If the version of the local client app is empty in the response, it means the Browser Print is not running or not installed.