Phonegap Android“应用程序错误”当没有网络时。如何避免?
我正在使用 Phonegap Android,到目前为止它构建得很好并且非常满意。我的应用程序包含一些网页。如果我在网络上,一切都很好,但如果没有网络,我会收到一个对话框,指出“应用程序错误,找不到 URL。(http://myurl.com)。这种情况不会发生有没有办法关闭此警报或将警报更改为“未检测到网络”或不列出 URL 的不太详细的内容?
I'm using Phonegap Android and it's building well and very happy so far. My app incorporates some web pages. If I'm on a network everything is fine but if there is no network, I get a dialog box that states "Application Error, the URL could not be found. (http://myurl.com). This doesn't happen on the iPhone implementation of phonegap. Is there a way to turn off this alert or change the alert to "No Network Detected" or something less detailed that doesn't list the URL? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能对 network.isReachable 函数感兴趣;)
http://docs.phonegap.com/ phonegap_network_network.md.html#网络
You might be interested in network.isReachable function ;)
http://docs.phonegap.com/phonegap_network_network.md.html#Network