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 featur

[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 build.

Re: [webkit-dev] the why of viewport tag

2012-05-07 Thread Kenneth Rohde Christiansen
Hi there, I am pretty sure this is a result of history. Desktop browsers never had support for the viewport meta tag, which was added initially on iOS for the sake of giving mobile developers more control on how contents should be laid out, possible due to vastly different viewport size, web apps

[webkit-dev] the why of viewport tag

2012-05-07 Thread Robert Kroeger
Hi all, Some of the Chromium developers had a discussion recently about whether or not it was desirable for Chromium to always support the viewport tag even on the desktop. This prompted us to observe that desktop Safari does not support the viewport tag while mobile Safari does. Is anybody willin