Ask HN: Does mobiles supports websockets?
I made a HTML5 game which runs fine in almost all pc web browsers. I also made a mobile version of the game but its not running in any of the browsers in Android/iphone devices. Not able to debug deep but as i am using websockets i am thinking it may be the reason. Does they support?
PS: I tested the game in PC by changing dimensions from Chrome dev tools. it was working the way i want but not in mobiles
2 comments
[ 5.4 ms ] story [ 13.7 ms ] threadLooks like iPhone does but the Android browser doesn't. You may want to use a library that provides fallbacks like http://socket.io which works fine on mobile (I'm using it on my new app at http://head2.me )