Android:webview问题

发布于 2024-10-18 03:20:36 字数 201 浏览 0 评论 0原文

我需要在我的网络视图中加载类似于 https://m.ongein.nl 的网址,并且该网址确实不存在。所以我的网络视图将始终等待页面完成。因此需要查明该域是否不存在,然后退出网络视图或给出错误消息。有什么方法可以解决该问题吗? 我已经检查了日志,但找不到解决方案,

谢谢

I need to load the url something like https://m.ongein.nl in my web view and the url does not exists.So my webview will be always waiting for page finish.so need to find out if the domain does not exists then quit the web view or give error message.Is there any way to resolve the issue?
I have check the log but i can not find the solution

Thank you

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

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

发布评论

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

评论(1

木格 2024-10-25 03:20:36

您可以实现 WebViewClientonReceivedError 为您的 WebView 与一些 结合使用TIME_OUT。如果您的 WebViewClientTIME_OUTonReceivedError(以先发生者为准)之前尚未收到 onPageFinished 回调,则停止加载页。

You can implement WebViewClient's onReceivedError for your WebView in conjunction with some TIME_OUT. If your WebViewClient Has not received the onPageFinished Callback till TIME_OUT or onReceivedError, whichever occurs first, then stop loading the page.

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