iPad Safari 触摸事件
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
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
根据 Apple 的所有移动游猎活动:
https://developer.apple.com/库/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html
All mobile safari events, per Apple:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/HandlingEvents/HandlingEvents.html
这个项目处理得很好,我自己也用过。
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.