[android-developers] Websocket support on Android 4.2 WebView

2013-04-22 Thread Andrea Tasca
Hi All, I'm developing a native Android app that has to load an html page from a third party supplier, this html page uses Websocket to load data from their server. My problem is that Android WebView does not support Websockets, I know that many people have solved the problem using a solution

[android-developers] How to add Websockets support to Android WebView

2013-04-22 Thread Andrea Tasca
Hi All, I'm developing a native Android app that has to load an html page from a third party supplier, this html page uses Websocket to load data from their server. My problem is that Android WebView does not support Websockets, I know that many people have solved the problem using a solution