IPad Safari触摸事件

hmt*_*thr 7 html javascript safari mobile-safari ipad

哪些触摸事件由iPad中的Mobile Safari浏览器提供或检测?

基本上webkit提供的是什么?

我有点想在Safari中找到相当于touchesBegan,touchesMoved等的本机应用程序(IOS SDK).

Pet*_*rta 7

iOS和Android浏览器都支持touchStart,touchEnd和touchMove:http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html

在iOS上可以检测到多点触控事件:http: //www.html5rocks.com/mobile/touch.html

如果你更喜欢jQuery,那就有jQuery mobile:http://jquerymobile.com/demos/1.0a4.1/#docs/api/events.html


Cra*_*ite 2

这个项目处理得很好,我自己也用过。

http://cubiq.org/iscroll-4

http://cubiq.org/dropbox/iscroll4/examples/simple/

在 iDevice 上查看。