Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是在寻找一个能够检测到手指在触摸设备上滑动的侦听器。
例如;
if (swipe.direction == 'left' ) { function(); }
你可以使用这个 jquery 插件
http://www.netcu.de/jquery-touchwipe-iphone-ipad-library
使用 jQueryMobile,您可以使用多个事件,例如swipe, 甚至swipeleft, swiperight,tap等。
swipe
swipeleft
swiperight
tap
http://jquerymobile.com/test/docs/api/events.html
一个更好的处理滑动的插件(如果这就是你想要的)是 Touch Swipe。
我发现 touchwipe 很垃圾,当你想要的只是这个功能时,我总是觉得 jQueryMobile 很重。
https://github.com/mattbryson/TouchSwipe-Jquery-Plugin