6

I haven't been able to find much information on the state of Websocket implementation. Is it currently supported in the stock Android browser? If not, are there any browsers for Android that do support it?

Travis Christian
  • 333
  • 1
  • 4
  • 13

4 Answers4

3

Neither Gingerbread nor Honeycomb browsers support web sockets. However, Firefox Beta v.7 and Firefox Aurora (which is a nightly of v. 8) both support the current spec of web sockets off the box.

marekjp
  • 31
  • 1
2

No, the stock Android browser (Chrome) doesn't have support for Websocket. But other browsers e.g. Opera has support for it in the latest release, but it's disabled.

See Compatibility tables for support of HTML5

Jonas
  • 5,047
  • 8
  • 35
  • 47
-1

The browser in Honeycomb 3.2 does support WebSockets.

eldarerathis
  • 36,787
  • 16
  • 144
  • 175
Chris
  • 1
  • 1
    Could you backup this answer with an link (maybe to an changelog entry or announcement)? – Flow Oct 06 '11 at 08:18
-1

Just did a little investigation...

My Xoom (currently up to date), does NOT support the following:

WebSockets,
SSE (Server Sent Events),
WebWorkers,
getUserMedia();

:( x4

Cody
  • 101
  • 1
  • 2
    I think the answer would be more awesome if you also tell how you did the investigation. – roxan Mar 04 '12 at 03:57