androidwebviewwebsocket

WebSocket in Android WebView


today my problem is that I am developing an app that is using a WebSocket. On iOS everything is working out fine but on android the WebView doesn't support the WebSocket. What's the fastest/most elegant way to solve this problem?


Solution

  • Android webview doesn't accommodate WebSocket. So you need to implement with some WebSocket library.

    jWebSocket http://jwebsocket.org/

    weberknecht http://code.google.com/p/weberknecht/