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

Android 6 Webview onReceivedError #990

Closed
AntonioCuevaUrraco opened this issue Oct 27, 2015 · 1 comment · Fixed by #992
Closed

Android 6 Webview onReceivedError #990

AntonioCuevaUrraco opened this issue Oct 27, 2015 · 1 comment · Fixed by #992

Comments

@AntonioCuevaUrraco
Copy link

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)
@lock
Copy link

lock bot commented Aug 30, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot unassigned enchev Aug 30, 2019
@lock lock bot locked and limited conversation to collaborators Aug 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants