Closed puria closed 1 month ago
In a webview you can use the object window.location to trigger the os to opend the deep link, changing location.href. So I would suggest a plugin (or a statement in an existing plugin) that allow some operations on location object or window object. I think this can solve most of the use cases. If this is not enough we can open the url with the default browser and if it has a custom-scheme the OS automatically will propose the apps that handle it.
YES! Please implement it! <3
We need to run and open
deep links
inside mobile devices something likexdg-open
.I want to be able to open something like:
credential-issuer://someaction?param1=true¶m2=42
and its handled by the OS and should trigger an activity opening (both iOS and Android).