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:85
always trigger the tap
event, even while double-tapping
tapMaxDistance
<Number>
src/gestures/tap.js:77
max distance of movement of a tap, this is for the slow tappers
Default: 10tapMaxTime
<Number>
src/gestures/tap.js:69
max time of a tap, this is for the slow tappers
Default: 250