IPad Safari触摸事件

时间:2011-05-13 06:41:20

标签: javascript html ipad safari mobile-safari

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

基本上webkit提供的是什么?

我在Safari中寻找与touchesBegan,touchesMoved等等相当的本机应用程序(IOS SDK)。

3 个答案:

答案 0 :(得分:6)

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

答案 1 :(得分:6)

答案 2 :(得分:2)

这个项目非常出色地处理它,我自己使用它。

http://cubiq.org/iscroll-4

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

在iDevice上查看。