touch.js

参考

1.1、touch.js简介

touch.js是移动设备上的手势识别与事件库, 由百度云Clouda团队维护,也是在百度内部广泛使用的开发工具。

touch.js专为移动设备设计, 只能在Webkit内核浏览器中使用。

touch.js官网:https://www.awesomes.cn/repo/Clouda-team/touchjs

touch.jsGitHub上的网址:https://github.com/Clouda-team/touchjs

1.2、下载touch.js

通过bower下载:

bower install --save touchjs
1.3、引入touch.js
<link rel="stylesheet" href="/bower_components/touchjs/touch.min.js">
1.4、使用touch.js

touch.js参考文档