JS, How Can We Open The Desktop App From Browser, Like Zoom Or Webex Does
We all use Zoom or Webex to attend the meetings, then there is a popup that allows you to open the desktop app or you can continue on the web app. I want to implement a similar kin
Solution 1:
In order to do this, you must register a protocol on your OS (ie. you can use protocol
lib to register a specific one in an Electron app), this would allow your app to be called with simple URIs like myappprotocol://myappaction?myappparams
Solution 2:
They make you install a client, that has caused many controversies since this is a gate for eventual security breaches
Post a Comment for "JS, How Can We Open The Desktop App From Browser, Like Zoom Or Webex Does"