What is the state of websockets in PhoneGap for iOS?

What is the state of the web ports in PhoneGap for iOS?

I am trying to figure out what I need to do if anything to make socket.io work with my phone. Thanks for any information new to the telephone call.

+4
source share
1 answer

It looks like you might need a plugin for this.

This stackoverflow answer can help you: Socket.io + PhoneGap

Or you can go straight to this blog post that describes how to use the plugin:

http://remysharp.com/2010/10/04/websockets-in-phonegap-projects/

The problem is that the phone saver makes socket requests from the file: // instead of http: //

+1
source

Source: https://habr.com/ru/post/1414296/


All Articles