Skip to content

How I can use "appname://some?option=val" in edge to launch my app? #7844

Closed Answered by FabianLars
BTMuli asked this question in Q&A
Discussion options

You must be logged in to vote

Okay, first of all you're still registering my-scheme as the link scheme, so in case that's not just a copy paste error on github you have to change that.
Secondly, you may have to use all lowercase on the browser side (you can use any casing to register it tho) -> What i mean is that even tho you register it as TeyvatGuide the browser will redirect that to teyvatguide which may cause problems so may as well enter teyvatguide in the browser directly.
Lastly, if you let the link start your app, the event you send to the frontend will be lost since the listener won't be registered at that point.

( All the above was from testing your code on my end. After applying my suggestions it works for…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@BTMuli
Comment options

@BTMuli
Comment options

@FabianLars
Comment options

Answer selected by BTMuli
@BTMuli
Comment options

@FabianLars
Comment options

@BTMuli
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants