Regiester doubletap event. Cannot be used with tap-doubletap.js
Source:
doubletap.js, line 1
Requires
module:gesture.js
e:\github\gesture\drag.js
Define drag action.
Source:
drag.js, line 1
Requires
module:gesture.js
e:\github\gesture\flick.js
Regiester flick event.
Source:
flick.js, line 1
Requires
module:gesture.js
e:\github\gesture\gesture.js
An event library that suitable for mobile devices or desktop browsers.
encapsulates tap, doubletap, taphold, flick and zoomin/zoomout etc. Simular to the jQuery API, easy to use.
Version:
dev
Author:
Li Chang Wei
License:
The MIT License
Source:
gesture.js, line 1
See:
https://github.com/lichangwei/gesture
e:\github\gesture\scroll.js
Register scroll/scrollhorizontal/scrollvertical event.
Cannot used with delegate api.
Source:
scroll.js, line 1
Requires
module:gesture.js
e:\github\gesture\tap.js
Regiester tap event. Cannot be used with tap-doubletap.js
Source:
tap.js, line 1
Requires
module:gesture.js
e:\github\gesture\tap-doubletap.js
Regiester tap & doubletap event.
Cannot be used with tap.js or doubletap.js.
After a tap event occured, it won't be fired. if another tap occured in 250ms,
then a doubletap event fired, otherwise a tap event fired.