Skip to content

Commit 72f5c77

Browse files
committed
Merge pull request bh-lay#1 from WebVenus/master
修改插件解释
2 parents 013c395 + ac3b9bf commit 72f5c77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ toucher是一个面向移动端web开发,通过监听原生事件模拟手势
1717
* swipeleft:左划
1818

1919
#说明
20-
事件触发时不阻止浏览器默认事件,若要用于拖动操作,或滑动更为细腻,可在swipe事件中使用“return false;”阻止浏览器默认事件,但此时页面是不能通过拖动当前dom进行滚动的!
20+
目前尚不支持双指操作的事件,此类事件可能会在下次大的更新之后作为补充加入进来。
21+
22+
事件触发时不阻止浏览器默认事件,若要用于拖动操作,或滑动更为细腻,可在swipe事件中使用“return false;”阻止浏览器默认事件,但此时页面是不能通过拖动当前dom进行滚动页面操作!
23+
2124
#DEMO
2225
请使用移动设备或使用调试工具模拟移动设备查看 [demo](http://htmlpreview.github.io/?https://github.com/bh-lay/toucher/blob/master/touch.html)
2326

0 commit comments

Comments
 (0)