Auth-Session Android-only closes the browser

Hi
Im using Expo Auth Session for sms based password auth.
Only on android when I’m leaving the app to get my sms code the browser closes.
Here is a video to explain:

Is there a way to fix this situation?
thanks

I did found that the WebBrowser.openBrowserAsync has an option for showInRecents: true that should solve this android issue:

But I am using the AuthSession API and the WebBrowser.openAuthSessionAsync API which dont share this option.
What would you suggest?

I have found this issue and relevant PR:

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.