Simon Leighton

Results 1 comments of Simon Leighton

If you want to increase the duration between taps you also need to adjust the delay (currently 100) on: TOUCH_TIMEOUT = setTimeout((function() { _trigger("singleTap"); return _cleanGesture(); }), 100); And also...