远程访问 PhoneGap 应用程序
我想为 iPad 制作一个应用程序,通过 iPhone 应用程序进行控制。是否可以在 iPhone 上访问 PhoneGap-App? 我不想使用外部服务器,因为应用程序应该在临时网络中离线运行。
首先我想到在 iPad 上创建一个本地网络服务器,但我找不到任何与 PhoneGap 相关的东西。有什么想法吗?
I wanted to make an application for the iPad that will be controlled from an iPhone-app. Is there a possibility to access the PhoneGap-App on the iPhone?
I don't want to use an external server because the app should run offline in an Ad-Hoc network.
First I thought of creating a local webserver on the iPad, but I couldn't find anything PhoneGap related. Any Idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 Web 服务器想法可能是正确的。
我不确定 PhoneGap 对各种解决方案的支持程度如何,但我认为您可以使用某种 WebSockets 实现来实现 iPhone 和 iPad 应用程序之间的双向通信。
You were probably on the right track with the web server idea.
I am not sure how well the various solutions are supported in PhoneGap, but I would think you could use some sort of WebSockets implementation for the bi-directional communication between the iPhone and iPad apps.