Skip to content

Instantly share code, notes, and snippets.

View dhinesh03's full-sized avatar

Dhinesh Kumar dhinesh03

  • ZoomRx
  • London
  • 05:05 (UTC +01:00)
View GitHub Profile
/*****************************************
/* DOM touch support module
/*****************************************/
(function(document) {
var TAPTRESHOLD = 200, // time within a double tap should have happend
TAPPRECISION = 60 / 2, // distance to identify a swipe gesture
touch = { },
tapCount = 0, // counts the number of touchstart events
tapTimer = 0, // timer to detect double tap
isTouchSwipe = false, // set to true whenever