Class Tap
Class defined in:src/gestures/tap.js:4
Single tap and a double tap on a place
tapAlways
<Boolean>
src/gestures/tap.js:86
always trigger the tap
event, even while double-tapping
tapMaxDistance
<Number>
src/gestures/tap.js:78
max distance of movement of a tap, this is for the slow tappers
Default: 10tapMaxTime
<Number>
src/gestures/tap.js:70
max time of a tap, this is for the slow tappers
Default: 250