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 have found this error on Google Play Store console that seams to be an InAppBrowser problem (not happening in another application that is almost exactly the same apart from using InAppBrowser)
java.lang.IllegalArgumentException:
at android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:508)
at android.view.WindowManagerGlobal.removeView (WindowManagerGlobal.java:417)
at android.view.WindowManagerImpl.removeViewImmediate (WindowManagerImpl.java:128)
at android.app.Dialog.dismissDialog (Dialog.java:446)
at android.app.Dialog.dismiss (Dialog.java:429)
at org.apache.cordova.inappbrowser.InAppBrowser$5$1.onPageFinished (InAppBrowser.java:461)
We don't have the ios stacktraces, so I don't know if it's an android-only problem.
We are using version 2.0.2 on an ionic3/cordova-android 6.4.0 stack.
This is the code we use that uses inappBrowser : (typescript).
We could not reproduce the crash for the moment, we are trying to figure it out.
OS version seem to be mostly Android 7.0, but it occurs also on 7.1, 8 and 9
We're also seeing this issue over 200+ times in the last 30 days. Mostly happening on Galaxy S9, S9+, and Galaxy Note phones using Android. We're using InAppBrowser version 3.0.0
Hello all,
We have found this error on Google Play Store console that seams to be an InAppBrowser problem (not happening in another application that is almost exactly the same apart from using InAppBrowser)
We don't have the ios stacktraces, so I don't know if it's an android-only problem.
We are using version 2.0.2 on an ionic3/cordova-android 6.4.0 stack.
This is the code we use that uses inappBrowser : (typescript).
Is there someone who could tell what is wrong? Thanks
The text was updated successfully, but these errors were encountered: