我在加载WebView
标记时试图从<img>
抓取HTTP错误。特别是,如果我加载以下html,则不会调用{23}中引入的img.onerror
javascript方法和onReceivedHttpError
中的WebViewClient
方法。
<!DOCTYPE html>
<html>
<body>
<img src='null' id='image'>
</body>
</html>
有没有办法检测API中的WebView
中的HTTP错误&lt; 23?