IPad Safari触摸事件

问题描述 投票:7回答:3

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

基本上webkit提供的是什么?

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

javascript html ipad safari mobile-safari
3个回答
2
投票

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

http://cubiq.org/iscroll-4

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

在iDevice上查看它。


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


© www.soinside.com 2019 - 2024. All rights reserved.