vue-touchjs
Posted 半夏微澜ぺ
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue-touchjs相关的知识,希望对你有一定的参考价值。
支持vue2.0的面向指令的touch指令,基于touchjs(原百度实现的移动端手势库)
vue-touchjs支持三种stopPropagation的方式:
1 .stop修饰符
2 事件handler里面调用stopPropagation方法
3 事件handler里面return false
支持的事件:
tap
pinchstart
pinch
pinchend
pinchin
pinchout
rotate
rotateleft
rotateright
swipestart
swiping
swipendf
swiperight
swipeleft
swipeup
swipedown
swipe
drap
drapstart
drapend
hold
doubletap
其中tap是模拟点击事件,pinch 模拟双指缩放,rorate是模拟旋转手势,swipe模拟快速滑动,drap模拟拖拽,hold表示长按,doubletap模拟双击。
以上是关于vue-touchjs的主要内容,如果未能解决你的问题,请参考以下文章