phonegap-websocket icon indicating copy to clipboard operation
phonegap-websocket copied to clipboard

Websocket PhoneGap plugin for Android

Results 13 phonegap-websocket issues
Sort by recently updated
recently updated
newest added

Hi, Does it support SSE (Server Sent Event) ? If not then which plugin to be used for SSE, since I could not find plugin specific to SSE ? Thanks.

$ cordova plugin add https://github.com/mkuklis/phonegap-websocket --nofetch (node:60828) UnhandledPromiseRejectionWarning: CordovaError: Failed to fetch plugin https://github.com/mkuklis/phonegap-websocket via registry. Probably this is either a connection problem, or plugin spec is incorrect. Check your...

Hi, we are developing a cordova app which has to use a Websocket Service deployed by a 3rd part on cloud, this service for security reason is checking the origin...

In order to have Socket.IO and Express share the same session data a sessionStore and cookie have to be used. This works great on browers, but PhoneGap is giving me...

1. create a cordova project, and install the plugin 2. copy the example/websocket.html comes with the plugin, and replace index.html of the project 3. modify the function init() in index.html...

Hello again! I'm having a hard time trying to figure out why the close() method is not working properly. When using the browser's native version of WebSocket, or the Android's...

without ripple, it works just fine. also, on ripple it gives this error in the js console: XMLHttpRequest cannot load https://rippleapi.herokuapp.com/xhr_proxy?tinyhippos_apikey=ABC&tinyhippos_rurl=http%3A//192.168.100.37%3A80/socket.io/1/%3Ft%3D1402652356902. No 'Access-Control-Allow-Origin' header is present on the requested resource....

I have implemented web socket by using some other plugin in my app but i have now moved to this plugin. and i got some error in my dot net...