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 2018/12/28 20:11:12 UTC

[GitHub] caioinova opened a new issue #386: Error on Android 6 and 7 using plugin from master

caioinova opened a new issue #386: Error on Android 6 and 7 using plugin from master
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/386
 
 
   I'm using the code from master in my plugin, to get the 'beforeload' option in my application.
   
   Running on Pocophone F1 with Android 9, it runs just fine, but the same app crashes on Androids 6 and 7 (couldn't test for Android 8 yet). The error thrown in the logcat is:
   
   
   12-28 17:52:32.574 E/AndroidRuntime( 9825): FATAL EXCEPTION: main
   12-28 17:52:32.574 E/AndroidRuntime( 9825): Process: io.cordova.onofreapp, PID: 9825
   12-28 17:52:32.574 E/AndroidRuntime( 9825): java.lang.NoSuchMethodError: No virtual method getWebViewClient()Landroid/webkit/WebViewClient; in class Landroid/webkit/WebView; or its super classes (declaration of 'android.webkit.WebView' appears in /system/framework/framework.jar:classes2.dex)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at org.apache.cordova.inappbrowser.InAppBrowser$2.run(InAppBrowser.java:265)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at android.os.Handler.handleCallback(Handler.java:751)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at android.os.Handler.dispatchMessage(Handler.java:95)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at android.os.Looper.loop(Looper.java:154)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at android.app.ActivityThread.main(ActivityThread.java:6776)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at java.lang.reflect.Method.invoke(Native Method)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1518)
   12-28 17:52:32.574 E/AndroidRuntime( 9825):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1408)
   
   
   Any ideas?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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