Javascript on mobile os, android and ipad
Posted
by
albanx
on Stack Overflow
See other posts from Stack Overflow
or by albanx
Published on 2011-01-01T21:39:42Z
Indexed on
2011/01/01
21:54 UTC
Read the original article
Hit count: 261
Hello I am trying to do a javascript function compatible on android and ipad, but i notice that android doesnt support ongesture** events? 1.It's really true?
.ongesturestart=function(e){
.ongesturechange=function(e){
.ongestureend=function(e){
2.Since I cant buy niether an Android system nor a Ipad, is there any Android/Ipad simulator for pc/windows/linux around the web? I need them for developenig and simulating web application based on touch/gestures events.
3.Is there possible that google hasnt develop chrome for android platform? and firefox for android/Ipad? Thanks
© Stack Overflow or respective owner