1.0.1 • Published 2 years ago

react-gesture-event v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

React Finger

React Finger 是一个面向 React 且同时兼容 PC & Mobile 的手势事件库。

基本使用

npm install react-finger --save

在类组件中使用

在函数组件中使用

事件支持

React Finger 支持多种常用的手势事件,并且所有事件都自动兼容 PC & Mobile

事件说明
onPointerDown按下
onPointerMove移动
onPointerUp弹起
onPointerCancel取消
onTap快速点按
onTapHold长按超过 600ms
onDoubleTap快速连按 (300ms 内)
onSwipe任意滑动
onSwipeUp向上滑动
onSwipeRight向右滑动
onSwipeDown向下滑动
onSwipeLeft向左滑动
onPinchStart多指手势开始 (当前权支持两指缩放)
onPinch多指手势更新 (当前权支持两指缩放)
onPinchEnd多指手势结束 (当前权支持两指缩放)