We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
封装原生的touchstart,touchmove,touchend,touchcancel四个的事件,增加按下的时间识别,封装了相应的手势事件。
jquery2+的插件,支持tap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。
原生JS,支持tap,longTap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
移动端touch事件的封装
封装原生的touchstart,touchmove,touchend,touchcancel四个的事件,增加按下的时间识别,封装了相应的手势事件。
jquery_touch.js
jquery2+的插件,支持tap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。
touch.js
原生JS,支持tap,longTap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。
The text was updated successfully, but these errors were encountered: