Question

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

Était-ce utile?

La solution

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)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top