Android Question onReceivedHttpError in WebViewExtras2.DefaultWebViewClient

peacemaker

Expert
Licensed User
Longtime User
Hi, All and especially @warwound

Is it possible to add onReceivedHttpError event into WebViewExtras2.DefaultWebViewClient ?

Maybe another way to catch 404 error in WebView before API23? - As it's not catched by DefaultWebViewClient_ReceivedError, not by DefaultWebChromeClient_ConsoleMessage.
 
Last edited:
Top