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 013c395 commit 80896f8Copy full SHA for 80896f8
README.md
@@ -17,7 +17,7 @@ toucher是一个面向移动端web开发,通过监听原生事件模拟手势
17
* swipeleft:左划
18
19
#说明
20
-事件触发时不阻止浏览器默认事件,若要用于拖动操作,或滑动更为细腻,可在swipe事件中使用“return false;”阻止浏览器默认事件,但此时页面是不能通过拖动当前dom进行滚动的!
+事件触发时不阻止浏览器默认事件,若要用于拖动操作,或滑动更为细腻,可在swipe事件中使用“return false;”阻止浏览器默认事件,但此时页面是不能通过拖动当前dom进行滚动页面操作!
21
#DEMO
22
请使用移动设备或使用调试工具模拟移动设备查看 [demo](http://htmlpreview.github.io/?https://github.com/bh-lay/toucher/blob/master/touch.html)
23
0 commit comments