Joined November 2013
·

Rohan Bhangui

Toronto
·
·

Posted to Detecting Swipe Using jQuery over 1 year ago

this only works because in touchdown event it returns undefined

consider using 'e.originalEvent.touches[0]' for touchstart

and for touchend use 'e.originalEvent.changedTouches[0]'

Achievements
29 Karma
0 Total ProTip Views