Skip to content

issues Search Results · repo:anismiles/websocket-android-phonegap language:Java

Filter by

20 results
 (131 ms)

20 results

inanismiles/websocket-android-phonegap (press backspace or delete to remove)

websocket-android-phonegap/src/com/strumsoft/websocket/phonegap/Base64.java line 148: package com.strumsoft.phonegap.websocket; = package com.strumsoft.websocket.phonegap;
  • OJesusO
  • Opened 
    on Jun 6, 2017
  • #29

Dear Anismiles: Can you let it support rfc6455? I try it for the androidasync websocket server. But it not success work. Thank you and Appreciate. It s my simple code: https://www.dropbox.com/s/psa2pscoap1vrmv/websocketserver-androidasync2.zip ...
  • stereo720712
  • 1
  • Opened 
    on Apr 24, 2014
  • #28

Is there any way to implement Cordova 3.3.0+ support for this plugin, please?
  • rreghin
  • Opened 
    on Dec 31, 2013
  • #26

I tried to use this in order to have a websocket available in my webview but I get the error: Uncaught TypeError: Object [object Object] has no method getId I added @JavascriptInterface in WebSocket ...
  • moadibfr
  • 1
  • Opened 
    on Oct 22, 2013
  • #25

in the method buildJavaScriptData(), you should check null first. e,g. if (event == null) event = onerror ; Otherwise, when the network is broken and recovers, your app will crash due to the NPE.
  • DanielYWoo
  • Opened 
    on Oct 11, 2013
  • #22

For a ws url with query parameters like ws://localhost/test?uid=abc, the current implementation forgets to append the query string in the _writeHandshake method. {{{ private void _writeHandshake() throws ...
  • DanielYWoo
  • 1
  • Opened 
    on Aug 14, 2013
  • #19

use this plugin with phongap2.6 , websocket onclose abnormallly 04-25 06:55:57.919: E/CordovaWebView(9578): CordovaWebView: TIMEOUT ERROR! 04-25 06:55:57.919: D/Cordova(9578): CordovaWebViewClient.onReceivedError: ...
  • kingnight
  • Opened 
    on Apr 25, 2013
  • #17

Hi, I followed your instruction and built the sample phonegap app, but it doesn t work plus the log shows: E/Web Console( 1285): Uncaught TypeError: Object [object Object] has no method getInstance at ...
  • xli2012
  • 4
  • Opened 
    on Jan 16, 2013
  • #15

I have created an Andriod project and run in Android 4.0 using PhoneGap 2.2. I checked that it can open a connection to a sample site (ws://echo.websocket.org). It should echo my message back. But I cannot ...
  • wiltonkkw
  • 1
  • Opened 
    on Nov 15, 2012
  • #14

It seems the plugin doesn t support a secure protocol (wss://)
  • okonet
  • Opened 
    on Oct 31, 2012
  • #13
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub