We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f5c77 commit 3a3d25eCopy full SHA for 3a3d25e
README.md
@@ -4,17 +4,19 @@ toucher
4
toucher是一个面向移动端web开发,通过监听原生事件模拟手势事件的库。
5
6
#目前支持哪些事件
7
-
8
-* singleTap:轻击
9
-* doubleTap:双击
10
-* longTap:长按
11
-* swipeStart:滑动开始
12
-* swipe:滑动(若阻止浏览器默认事件,滑动过程中会持续触发)
13
-* swipeEnd:滑动结束
14
-* swipeUp:上划
15
-* swipeRight:右划
16
-* swipeDown:下划
17
-* swipeleft:左划
+基本事件
+ * singleTap:轻击
+ * doubleTap:双击
+ * longTap:长按
+ * swipeUp:上划
+ * swipeRight:右划
+ * swipeDown:下划
+ * swipeleft:左划
+
+高级事件
+ * swipeStart:滑动开始
18
+ * swipe:滑动(阻止浏览器默认事件,滑动过程效果更佳)
19
+ * swipeEnd:滑动结束
20
21
#说明
22
目前尚不支持双指操作的事件,此类事件可能会在下次大的更新之后作为补充加入进来。
0 commit comments