iPad Safari 触摸事件

发布于 2024-11-06 23:13:52 字数 143 浏览 0 评论 0原文

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

基本上 webkit 提供了什么?

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

Which all touch events are provided or detected by Mobile Safari browser in IPad?

Basically what all does webkit provide?

I am kind of looking for the native app (IOS SDK) equivalent of touchesBegan, touchesMoved, etc.. in Safari..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

追星践月 2024-11-13 23:13:52

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

Both iOS and Android browsers support touchStart, touchEnd and touchMove: http://backtothecode.blogspot.com/2009/10/javascript-touch-and-gesture-events.html

Detecting multitouch events seems to be possible on iOS:
http://www.html5rocks.com/mobile/touch.html

And if you prefer jQuery, there is jQuery mobile: http://jquerymobile.com/demos/1.0a4.1/#docs/api/events.html

不…忘初心 2024-11-13 23:13:52

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

http://cubiq.org/iscroll-4

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

在 iDevice 上查看它。

This project handles it brilliantly, used it myself.

http://cubiq.org/iscroll-4

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

View it on an iDevice.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文