在 iOS 中,如何从 Javascript(网络)检测设备是否通过 3G 或 Wifi 连接?

发布于 2025-01-07 13:04:41 字数 270 浏览 0 评论 0原文

在 iOS 网络中,我想通过 Javascript 检测设备是通过 3G 还是 Wifi 连接?

在 Android 中,可以通过 navigator.connection.type 获取此信息。此信息在 iOS (iPad/iPhone) 上可用吗?

请参阅如何在移动 Safari 中检测 3G 与 Wifi 连接?

In iOS on the web, I would like to detect from Javascript whether the device is connected via 3G or Wifi?

In Android, this information is available via navigator.connection.type. Is this information available on iOS (iPad/iPhone)?

See How do you detect 3G vs. Wifi connection on mobile safari?

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

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

发布评论

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

评论(2

物价感观 2025-01-14 13:04:41

你不能。 iOS 本身并不支持此功能。您必须使用像 PhoneGap 这样的框架来实现这一点。

You can't. iOS does not support this natively. You have to use a framework like PhoneGap to achieve this.

薄凉少年不暖心 2025-01-14 13:04:41

您可以从 javascript 调用本机 IOS 代码,在 Reachability API 中查找连接性,并将值返回给 Javascript。

You can call native IOS code from javascript that looks for connectivity in Reachability API,and return back the value to Javascript..

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