如果网页无法加载,则发送警报
我正在构建一个链接到多个网页的 Android 应用程序,但我想在网页未加载时发送警报,告诉用户没有连接。如何检查网页是否加载?
谢谢!
I am building an Android app that links to several webpages, but I want to send an alert if the webpage doesn't load telling the user there is no connection. How do I check to see if the webpage loads?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这段代码会对您有所帮助!
可以使用 onReceivedError()、onProgressChanged() 以及 onPageFinished() 来帮助您与用户交互!
I am sure this code will help you!
onReceivedError(), onProgressChanged() can be used as well as onPageFinished() in order to help you interacting with the user!