The method onReceivedError(WebView, int, String, String) is undefined for the type WebChromeClient

StackOverflow https://stackoverflow.com/questions/23173175

Вопрос

The method onReceivedError(WebView, int, String, String) is undefined for the type WebChromeClient

Это было полезно?

Решение

Yes. That's because it's defined on WebViewClient, not WebChromeClient. http://developer.android.com/reference/android/webkit/WebViewClient.html#onReceivedError(android.webkit.WebView, int, java.lang.String, java.lang.String)

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top