You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're facing a weird Android only issue where when the webview opens up to initiate the auth session, the user gets sent an OTP, so they open their email app like Gmail, and when they return back to our app the webview is closed. We noticed that when you tap on the "App Selector" on android to see all active apps, the webview (chrome custom tab) shuts down, and doesnt persist.
How do we stop that from happening as users need to access their emails to get the OTP, then return to our app to input it?
Thanks!
The text was updated successfully, but these errors were encountered:
Same problem, do you have an idea to fix it? I tried to rewrite custom tabs code in plugin, and managed to run browser that is not closed when switching apps, but it persists as a separate app in app selector, and user can return to main app, which leads to auth error.
Hi there,
We're facing a weird Android only issue where when the webview opens up to initiate the auth session, the user gets sent an OTP, so they open their email app like Gmail, and when they return back to our app the webview is closed. We noticed that when you tap on the "App Selector" on android to see all active apps, the webview (chrome custom tab) shuts down, and doesnt persist.
How do we stop that from happening as users need to access their emails to get the OTP, then return to our app to input it?
Thanks!
The text was updated successfully, but these errors were encountered: