What is the state of websockets in PhoneGap for iOS?
I'm trying to figure out what I need to do, if anything, to make socket.io work with my phonegap app. Thanks for any information, new to phonegap.
What is the state of websockets in PhoneGap for iOS?
I'm trying to figure out what I need to do, if anything, to make socket.io work with my phonegap app. Thanks for any information, new to phonegap.
Looks like you might need a plugin to do this.
This stackoverflow answer might help you: Socket.io + PhoneGap
Or you could jump straight to this blog entry which describes how to use the plugin:
http://remysharp.com/2010/10/04/websockets-in-phonegap-projects/
Problem appears to be that phonegap makes socket requests from file:// rather than http://