Phonegap:iPhone Web 应用程序可以访问/检查 wifi 连接吗

发布于 2024-12-10 12:35:41 字数 293 浏览 0 评论 0原文

我尝试寻找一些答案,但无法从这里的其他问题中得到任何具体的信息。

我正在寻找这两个问题的答案:

  1. 使用 PhoneGap,如果我创建一个 iPhone Web 应用程序,我可以将其用作 纯网络应用程序(即不使用 iTunes 来部署它)?只需通过一个 web url?

  2. 使用 PhoneGap,iPhone Web 应用程序可以检查 WiFi 连接性?即如果wifi/3g可用,如果wifi可用, 它可以扫描 ssids。

感谢您提前提供的任何帮助。

I have tried looking for some answers but could not get anything concrete from the other questions in here.

I am looking for an answer to these two questions:

  1. Using PhoneGap, if I create an iPhone web app, can I use it as
    plain web app (i.e. without using iTunes to deploy it)? Just via a
    web url?

  2. Using PhoneGap, can an iPhone web app check for wifi
    connectivity? i.e. If wifi/3g is available, if wifi is available,
    can it scan for ssids.

Thanks for any help in advance.

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

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

发布评论

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

评论(1

煮酒 2024-12-17 12:35:41
  1. 您可以在您自己的服务器(或本地)上创建托管 Web 应用程序。然后可以通过网址访问。如果您想将其用作普通应用程序(存在差异 - PhoneGap 使用很少的本机插件以获得更好的体验),那么您必须拥有 Apple 的开发人员许可证,然后将其部署到您的设备。否则只能使用模拟器。您还可以使用 Safari + USB 来使用浏览器调试您的应用程序。

  2. 这是可能的,但有限。仅某些功能可用。查看以下 cordova (phonegap) 插件:
    cordova-plugin-wifi

祝你好运!

  1. You can create host the web app on your own server (or local). Then it is accessible via web url. If you want to use it as a normal app (there are differences - phonegap uses few native plugins for better experience), then you must have a developer license from apple and then deploy it to your device. Otherwise you can only use the simulator. You can also use Safari + USB to debug your app using the browser.

  2. It is possible but limited. Only certain functionalities are available. Check out the following plugin for cordova (phonegap):
    cordova-plugin-wifi

Good luck!

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