springbov edited a comment on issue #470: InAppBrowser: java.lang.IllegalArgumentException URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/470#issuecomment-553076114 We had this issue happen in our 'pre-launch report' before releasing on the play store. I'm uploading the logcat file (with our product id replaced with com.companyname.product), and the test device info which it had failed on. The log cat file is 35 megabytes un compressed, so I've zipped it to be more manageable. [logcat_with_redactions.zip](https://github.com/apache/cordova-plugin-inappbrowser/files/3837811/logcat_with_redactions.zip) edit: we're using cordova android 8.0.0 and cordova-plugin-inappbrowser 3.1.0  ``` FATAL EXCEPTION: main Process: com.companyname.product, PID: 17295 java.lang.IllegalArgumentException: View=DecorView@c24883a[MainActivity] not attached to window manager at android.view.WindowManagerGlobal.findViewLocked(WindowManagerGlobal.java:485) at android.view.WindowManagerGlobal.removeView(WindowManagerGlobal.java:394) at android.view.WindowManagerImpl.removeViewImmediate(WindowManagerImpl.java:124) at android.app.Dialog.dismissDialog(Dialog.java:375) at android.app.Dialog.dismiss(Dialog.java:358) at org.apache.cordova.inappbrowser.InAppBrowser$6$1.onPageFinished(InAppBrowser.java:537) at sV.d(PG:311) at aHF.handleMessage(PG:73) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6718) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858) ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
