1Introduction
- description:DOM 核心:触摸事件支持 fastclick
- author:ydr.me
- create:2016-04-22 23:10
- update:2016-04-22 23:10
- github:https://github.com/blearjs/blear.core.touch
2Example
var touch = require('blear.core.touch');
touch 内部使用的 Fastclick
,自动执行了:
FastClick.attach(document.body);
touch 返回的是 blear.core.event。
3Dependencies
4Reference
- Fastclick:github.com