mishe / blog

前端碰上的问题或体会
230 stars 39 forks source link

移动端touch事件的封装 #90

Open mishe opened 8 years ago

mishe commented 8 years ago

移动端touch事件的封装

封装原生的touchstart,touchmove,touchend,touchcancel四个的事件,增加按下的时间识别,封装了相应的手势事件。

jquery_touch.js

jquery2+的插件,支持tap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。

touch.js

原生JS,支持tap,longTap,swipeLeft,swipeRight,SwipeTop,swipeDown事件。