WebView未加载的处理方法

发布于 2024-10-05 21:50:10 字数 135 浏览 1 评论 0原文

我有一个带有 WebViewClient 的 WebView,并且设置了 onRecievedError 方法。

但是,如果我将手机设置为飞行模式并且页面无法加载,则不会调用上述方法,是否有任何方法可以检测和处理WebView无法加载页面?

I have a WebView with a WebViewClient with the onRecievedError method set.

But if I set my phone to Airplane mode and the page fails to loadthe above method isn't called, is there any to detect and deal with WebView being unable to load pages?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无法回应 2024-10-12 21:50:10

但是如果我将手机设置为飞行模式并且页面无法加载,则不会调用上述方法

。该方法用于处理从 Web 服务器收到的错误。在您的情况下,没有可访问的 Web 服务器。

有没有办法检测和处理WebView无法加载页面的情况?

不一般,据我所知。您可以使用 ConnectivityManager 来确定您是否有互联网连接,这对您的飞行模式场景很有帮助。

But if I set my phone to Airplane mode and the page fails to loadthe above method isn't called

That method is for errors received from the Web server. In your case, there is no accessible Web server.

is there any to detect and deal with WebView being unable to load pages?

Not generically, AFAIK. You can use ConnectivityManager to determine if you have an Internet connection, which would help in your airplane mode scenario.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文