Join Slack
Powered by
is there a way to prevent opening a browser when a...
# supabase-kt
f
F
05/28/2025, 5:27 PM
is there a way to prevent opening a browser when authenticating for example using Google, but open the tab within the app? in android we have the setting of
defaultExternalAuthAction = ExternalAuthAction.CustomTabs()
. what is the equivalent in ios?
j
Jan
05/28/2025, 5:37 PM
There is no equivalent. Is there an API for that on iOS? Then we could implement this on iOS too
f
F
05/28/2025, 5:39 PM
this seems similar to custom tab and is specially designed for auth by opening a modal view .
ASWebAuthenticationSession
as a fallback
SFSafariViewController
j
Jan
05/28/2025, 8:56 PM
Looks interesting, though I cannot test these since I don't have an Apple device, if anyone wants to take a look at it.
2
Views
Open in Slack
Previous
Next