Phonegap:iPhone Web 应用程序可以访问/检查 wifi 连接吗
我尝试寻找一些答案,但无法从这里的其他问题中得到任何具体的信息。
我正在寻找这两个问题的答案:
使用 PhoneGap,如果我创建一个 iPhone Web 应用程序,我可以将其用作 纯网络应用程序(即不使用 iTunes 来部署它)?只需通过一个 web url?
使用 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:
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?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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在您自己的服务器(或本地)上创建托管 Web 应用程序。然后可以通过网址访问。如果您想将其用作普通应用程序(存在差异 - PhoneGap 使用很少的本机插件以获得更好的体验),那么您必须拥有 Apple 的开发人员许可证,然后将其部署到您的设备。否则只能使用模拟器。您还可以使用 Safari + USB 来使用浏览器调试您的应用程序。
这是可能的,但有限。仅某些功能可用。查看以下 cordova (phonegap) 插件:
cordova-plugin-wifi
祝你好运!
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.
It is possible but limited. Only certain functionalities are available. Check out the following plugin for cordova (phonegap):
cordova-plugin-wifi
Good luck!