Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 a 中加载一个 url WebView,但即使页面加载成功,该WebViewClient方法也总是被调用。OnReceivedError()有人知道为什么会这样吗?
WebView
WebViewClient
OnReceivedError()
应该onReceivedError()在 WebViewClient 中尝试过监控方法
onReceivedError()
如果页面在 webview 中加载正常,则调用 onReceivedError() 的原因是 HTML/JS 脚本中的警告,您可以忽略它,或者通过监视错误来修复。