scottjehl
|
55f9a18cce
|
changed to use both touchmove and scroll. Sometimes scroll is triggered without a touchevent, such as tapping the top chrome on iPhone.
|
2010-10-05 13:49:36 -04:00 |
|
scottjehl
|
517e07059a
|
updated swipe event detection to use 30px minimum distance and 20px tolerance
|
2010-09-22 13:20:13 -04:00 |
|
Scott González
|
cdac24a168
|
Don't treat right/middle clicks as taps.
|
2010-09-22 10:47:15 -04:00 |
|
Scott González
|
9c6f03ca00
|
Only listen to mousemove/touchmove and mouseup/touchend events after mousedown/touchstart is triggered. Improves performance by not listening to all move events.
|
2010-09-21 17:29:43 -04:00 |
|
Scott González
|
1c5b60dc3a
|
Added orientationchange special event.
|
2010-09-16 17:20:31 -04:00 |
|
Scott González
|
5cc3747bfc
|
Enable binding to scrollstop without scrollstart, taphold without tap and swipeleft/swiperight without swipe.
|
2010-09-16 14:01:48 -04:00 |
|
scottjehl
|
52d8b00d2e
|
removed the preventDefault at the end of touchStartEvent. It was disabling pretty much everything.
|
2010-09-15 16:40:19 -04:00 |
|
Scott González
|
8acc5258a4
|
Refactored events and split out into a separate file.
|
2010-09-14 17:35:04 -04:00 |
|