Skip to content

Android 6 Webview onReceivedError #990

@AntonioCuevaUrraco

Description

@AntonioCuevaUrraco

When the method onReceivedError is call it crash the app on Android 6 devices. The official documentation say
This method was deprecated in API level 23. Use onReceivedError(WebView, WebResourceRequest, WebResourceError) instead.

JNI ERROR (app bug): attempt to pass an instance of com.android.webview.chromium.WebViewContentsClientAdapter$WebResourceErrorImpl
 as argument 3 to void android.webkit.WebViewClient.onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions