[webkit-dev] Websocket enabling on android 4.0.3

2012-05-07 Thread priya s
Hello I am trying to enable web socket feature on android 4.0.3 native browser. i.e WEB-SOCKET flag in android 4.0.3 (ICS) webkit code. (#if ENABLE (WEB_SOCKET)). I have refered http://trac.webkit.org/wiki/AddingFeatures link to enable WEB-SOCKET flag. Still there is no difference in the

Re: [webkit-dev] Websocket enabling on android 4.0.3

2012-05-07 Thread Peter Beverloo
Hello Priyadarshini, An Web Sockets implementation will also require a client-side implementation, which is not provided in the Android port. You'll want to file a feature request against http://code.google.com/p/android/, or switch to using the Chrome on Android beta which does support the