Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top