admin管理员组文章数量:1402813
i have a php website and i have an electron based desktop application i want to be able to open this application which i made it when the client hit the button on my website, how can i do that?
for example, let's say i have a chatting website and a chatting application and the user likes to use the app instead of the website so after he installs my app on his windows machine and then go to the website to click the button i want the app to open it self! how can i achieve that please ?
I would like add a minor query that lets assume if application is installed it is opening the installed application, but what if application is not installed, it is throwing error on my side like "Module is not found" '
has any one faced such kind of issue for better clarification I'm adding screen shot here.
I also got many times below dialog as well, I'm attaching the screen for the same as well.
i have a php website and i have an electron based desktop application i want to be able to open this application which i made it when the client hit the button on my website, how can i do that?
for example, let's say i have a chatting website and a chatting application and the user likes to use the app instead of the website so after he installs my app on his windows machine and then go to the website to click the button i want the app to open it self! how can i achieve that please ?
I would like add a minor query that lets assume if application is installed it is opening the installed application, but what if application is not installed, it is throwing error on my side like "Module is not found" '
has any one faced such kind of issue for better clarification I'm adding screen shot here.
I also got many times below dialog as well, I'm attaching the screen for the same as well.
Share Improve this question edited Jun 1, 2023 at 6:00 Himesh Aadeshara 2,1301 gold badge17 silver badges31 bronze badges asked Oct 2, 2016 at 13:06 J. DuoJ. Duo 1451 gold badge3 silver badges10 bronze badges1 Answer
Reset to default 7Electron provides the app.setAsDefaultProtocolClient
API specifically for that purpose.
本文标签: javascripturl scheme open windows application on request ElectronStack Overflow
版权声明:本文标题:javascript - url scheme: open windows application on request [Electron] - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744364108a2602686.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论