Android 2.1 上的 navigator.onLine 是否存在已知问题?

发布于 2024-09-01 03:30:22 字数 161 浏览 4 评论 0原文

Android 2.1 上的 navigator.onLine 是否存在已知问题?我有一个处于飞行模式的 Droid,但 navigator.onLine 似乎无论如何都会返回 true。 (我使用 HTML 清单来缓存页面,其行为在 Mobile Safari 和 Firefox 的离线模式下运行良好。)

Are there known issues with navigator.onLine on Android 2.1? I have a Droid on airplane mode, but navigator.onLine appears to be returning true anyway. (I'm using an HTML manifest to cache the page, and its behavior works fine in Mobile Safari and Firefox in offline mode.)

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

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

发布评论

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

评论(1

放肆 2024-09-08 03:30:22

是的,据我所知,navigator.onLine 在 Droid 2.1 上总是返回 true。我认为这个问题已经在 2.2 中得到解决,同时还有许多其他与离线相关的 API,包括连接类型的新 navigator.connection 枚举、当前使用的连接的 navigator.connection.type 以及“ononline”和“onoffline” ” 事件。

可以在此处找到对此的简短描述

Yes as far as I've been able to tell, navigator.onLine always returns true on Droid 2.1. I think that this issue has been addressed in 2.2 along with a number of other offline-related APIs including a new navigator.connection enumeration of connection types, navigator.connection.type for the current connection in use, plus "ononline" and "onoffline" events.

Short description of this can be found here

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