-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes app on Android when pressing home button #136
Comments
Did you just fix this? or is it because Androidx + Kotlin has somehow better support? I just completely rebuilt the app using swift (ios) and kotlin (android) with androidx dependencies and it seems that inappbrowser works perfectly ... |
same problem |
Did you try my suggestion? does it still crash when the app is built on kotlin? |
The same problem, app crashed with NullPointerException after Android locked. Also. it seems to common problem with other webviews: flutter/flutter#36441 |
same problem +1 |
same problem+1 |
to all the people replying "+1": did you try my suggestion? |
Now it should be fixed in |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
I am not sure what other details to include.
I've tested this on a simple Android app on my Pixel 3.
Changing orientation is not a problem but simply pressing the home button (in the middle) will crash the app every single time.
Too bad because inappbrowser seems otherwise very stable.
I still have to check on iOS.
The text was updated successfully, but these errors were encountered: