-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[InAppBrowser]Fatal Exception occured due to "not attached to window" on AndroidP #893
Comments
In a cordova app that we have, we reproduce the same issue of @hhhhub000 .
Thank you! |
Same issue:
|
5 tasks
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Steps to reproduce:
Then, App is crashed by fatal exception.
I think MainActivity have been destroyed and dialog is detacched when Display size is changed.
But InAppBrowser still have old dialog and try to dismiss() when app is resumed.
my-app\plugins\cordova-plugin-inappbrowser\src\android\InAppBrowser.java
This issue is not reproduced on Android O.
(onPageFinished is not called on Android O, So dialog.dismiss() is not called.)
The text was updated successfully, but these errors were encountered: