Hacker News new | ask | show | jobs
by smileplease 5200 days ago
It's iOS only because Android does NOT support accelerometer within the browser.
3 comments

Also no websocket support in Android browser yet (http://caniuse.com/#feat=websockets). This makes things a little less ideal for realtime gameplay (even with the fallback options provided by socket.io).
That's pretty sucky. Does anyone know if chrome for Android support it? I was hoping for WebGL and Websockets in 4.0 but I guess neither is around :(
This bug claims that it does: http://code.google.com/p/android/issues/detail?id=25221

The current direction does seem to be towards end-of-lifing the Android browser (and ChromeOS) and moving Chrome in as the default.

Should also note that DeviceOrientation (aka "accelerometer in the browser") is in Android 3.0+ (although that doesn't do much for most of the devices out there).

http://caniuse.com/#feat=deviceorientation

It's working with ICS, in the default browser.