8

我只是在寻找一个能够检测到手指在触摸设备上滑动的侦听器。

例如;

 if (swipe.direction == 'left' ) {
     function();
 }
4

3 回答 3

4

你可以使用这个 jquery 插件

http://www.netcu.de/jquery-touchwipe-iphone-ipad-library

于 2012-05-15T14:45:09.843 回答
4

使用 jQueryMobile,您可以使用多个事件,例如swipe, 甚至swipeleft, swiperight,tap等。

http://jquerymobile.com/test/docs/api/events.html

于 2012-05-15T14:46:49.967 回答
2

一个更好的处理滑动的插件(如果这就是你想要的)是 Touch Swipe。

我发现 touchwipe 很垃圾,当你想要的只是这个功能时,我总是觉得 jQueryMobile 很重。

https://github.com/mattbryson/TouchSwipe-Jquery-Plugin

于 2014-11-25T12:40:49.943 回答