admin管理员组文章数量:1410682
I have seen how apps like Zoom
launch their application on desktop whenever we click Join Meeting
on the browser. I am unable to figure out how to do that. I tried putting the link of the app as URL
but that just started downloading the application. I just need to open the app and do nothing else. Is there any way to implement that using JavaScript
?
I have seen how apps like Zoom
launch their application on desktop whenever we click Join Meeting
on the browser. I am unable to figure out how to do that. I tried putting the link of the app as URL
but that just started downloading the application. I just need to open the app and do nothing else. Is there any way to implement that using JavaScript
?
2 Answers
Reset to default 3You should learn about how to write a custom URI scheme, define it in your app. and then, trigger it in the browser instead https://
.
Check it here:
https://en.wikipedia/wiki/List_of_URI_schemes
Custom URI Scheme will help you to achieve this for your app. For eg: zoommtg, zoomus schemes are used by Zoom example: Windows/Mac client: zoommtg://zoom.us/join?confno=123456789&pwd=xxxx&zc=0&browser=chrome&uname=Betty
iOS/Android Client: zoomus://zoom.us/join?confno=123456789&pwd=xxxx&zc=0&browser=chrome&uname=Betty
本文标签: javascriptHow to launch application from web browser on Windows and macOSStack Overflow
版权声明:本文标题:javascript - How to launch application from web browser on Windows and macOS? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744955350a2634321.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论