How to detect in javascript if BrowserPrint is installed

// Expert user has replied.
D Dan Hadartz 6 months 2 weeks ago
67 1 0

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 

Please register or login to post a reply

1 Replies

S Steven Si

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.

CONTACT
Can’t find what you’re looking for?