Skip to content
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

Plugin crashes whole App #207

Open
Sunny41 opened this issue Feb 1, 2021 · 0 comments
Open

Plugin crashes whole App #207

Sunny41 opened this issue Feb 1, 2021 · 0 comments

Comments

@Sunny41
Copy link

Sunny41 commented Feb 1, 2021

Hi there.
We have our App in production since october last year and we use this plugin for our shop website (www.loesdau.de).
Since then, 2% of the users on android cause the app to crash with this plugin.
I dont know, what they do to cause that.
But I happen to have the stacktraces from google play console, if that helps.

  1. java.lang.IllegalArgumentException:
    at android.view.WindowManagerGlobal.findViewLocked (WindowManagerGlobal.java:597)
    at android.view.WindowManagerGlobal.removeView (WindowManagerGlobal.java:489)
    at android.view.WindowManagerImpl.removeViewImmediate (WindowManagerImpl.java:172)
    at android.app.Dialog.dismissDialog (Dialog.java:602)
    at android.app.Dialog.dismiss (Dialog.java:582)

    at com.initialxy.cordova.themeablebrowser.ThemeableBrowser$5$1.onPageFinished (ThemeableBrowser.java:399)
    at Z80.b (chromium-TrichromeWebViewGoogle.aab-stable-432409333:2)
    at j6.handleMessage (chromium-TrichromeWebViewGoogle.aab-stable-432409333:64)
    at android.os.Handler.dispatchMessage (Handler.java:110)
    at android.os.Looper.loop (Looper.java:219)
    at android.app.ActivityThread.main (ActivityThread.java:8347)
    at java.lang.reflect.Method.invoke (Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
    at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1055)

  2. java.lang.NullPointerException:
    at com.initialxy.cordova.themeablebrowser.ThemeableBrowser$ThemeableBrowserClient.onPageStarted (ThemeableBrowser.java:1293)
    at Z80.c (chromium-TrichromeWebViewGoogle.aab-stable-432409333:2)
    at j6.handleMessage (chromium-TrichromeWebViewGoogle.aab-stable-432409333:160)
    at android.os.Handler.dispatchMessage (Handler.java:107)
    at android.os.Looper.loop (Looper.java:213)
    at android.app.ActivityThread.main (ActivityThread.java:8178)
    at java.lang.reflect.Method.invoke (Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:513)
    at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1101)

  3. java.lang.NullPointerException:
    at com.initialxy.cordova.themeablebrowser.ThemeableBrowser$6$4**.onClick (ThemeableBrowser.java:670)**
    at android.view.View.performClick (View.java:7862)
    at android.widget.TextView.performClick (TextView.java:15004)
    at android.view.View.performClickInternal (View.java:7831)
    at android.view.View.access$3600 (View.java:879)
    at android.view.View$PerformClick.run (View.java:29359)
    at android.os.Handler.handleCallback (Handler.java:883)
    at android.os.Handler.dispatchMessage (Handler.java:100)
    at android.os.Looper.loop (Looper.java:237)
    at android.app.ActivityThread.main (ActivityThread.java:8167)
    at java.lang.reflect.Method.invoke (Native Method)
    at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:496)
    at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1100)

These three errors happen on Android 9, 10 and 11.
Do you have any suggestions what might happen?
I am sure that the shop itself works in a normal browser...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant