#How to open desktop application from browser
8 messages · Page 1 of 1 (latest)
You're basically asking for this feature: https://github.com/tauri-apps/tauri/issues/323
There are a few manual examples on how to add this to your tauri app without official support but the most stream lined approach currently is my plugin https://github.com/FabianLars/tauri-plugin-deep-link
but this for authentication i only want to launch app from browser
same thing
it's only for the redirect part of the authentication, so to get back to the app from the browser
But that's only the reason why i created that plugin, not what it does.
All the plugin does it to register the custom scheme in the OS and then listen to calls to that scheme. Nothing more really.