proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.32k stars 225 forks source link

Android - The browser closes when the application goes to the background #449

Closed zvitek closed 8 months ago

zvitek commented 8 months ago

I use the browser to log into the application. While logging in the browser, the user has to exit the application (put it in the background) and confirm the login in another application. When they subsequently return, the browser is closed and they cannot complete the login. This only happens on some Android phones like Samsung, Redmi etc.

Have you experienced similar behaviour?

Thank you

AppSphere commented 8 months ago

Yes we are also facing the same, and the worst is , in my case app is crashing.

zvitek commented 8 months ago

That's annoying, I looked into the issues, but none of the advice helped.

We'll check it out with the Android developers, but I'm skeptical.

zvitek commented 8 months ago

So it was ultimately a problem in my configuration and it really helped to set { forceCloseOnRedirection: false, showInRecents: true }

vinaygregoryjohn183 commented 3 months ago

@AppSphere How did you solve the crash issue? Please do help...