#Tauri mobile Google Oauth 2.0
9 messages · Page 1 of 1 (latest)
You should use a regular browser in combination with https://github.com/FabianLars/tauri-plugin-oauth.
how can i open browser from within tauri mobile app ?
You can use the shell API's open to open URLs in the default browser.
it does not work on iphone ;C
That's surprising. It doesn't have any code or documentation that implies it won't work for iPhones. Do you get a particular error?
the rust crate in use (open-rs) seems to be desktop only so ig it makes sense.
nevermind, it has an ios implementation
the android cfg enables the general unix implementation though and that doesn't look like it can work. Should be easy to implement in the shell plugin with kotlin though