You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/05/31 20:14:06 UTC

[GitHub] [cordova-android] sebarck commented on issue #609: [InAppBrowser]Fatal Exception occured due to "not attached to window" on AndroidP

sebarck commented on issue #609: [InAppBrowser]Fatal Exception occured due to "not attached to window" on AndroidP
URL: https://github.com/apache/cordova-android/issues/609#issuecomment-497845768
 
 
   In a cordova app that we have, we reproduce the same issue of @hhhhub000 .
   We saw the following stack from crashlytics:
   
   ```
   Fatal Exception: java.lang.IllegalArgumentException: View=DecorView@e2994a2[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$5$1.onPageFinished(InAppBrowser.java:462)
          at vl.d(PG:307)
          at aHZ.handleMessage(PG:72)
          at android.os.Handler.dispatchMessage(Handler.java:106)
          at android.os.Looper.loop(Looper.java:193)
          at android.app.ActivityThread.main(ActivityThread.java:6923)
          at java.lang.reflect.Method.invoke(Method.java)
          at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
          at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:870)
   ```
   
   Thank you!

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org