diff --git a/js/jQuery.mobile.event.js b/js/jQuery.mobile.event.js index 7a4e8ec7..cf49c758 100644 --- a/js/jQuery.mobile.event.js +++ b/js/jQuery.mobile.event.js @@ -7,7 +7,7 @@ $.each( "touchstart touchmove touchend orientationchange tap taphold swipe swipe }); var supportTouch = $.support.touch, - scrollEvent = supportTouch ? "touchmove" : "scroll", + scrollEvent = "touchmove scroll", touchStartEvent = supportTouch ? "touchstart" : "mousedown", touchStopEvent = supportTouch ? "touchend" : "mouseup", touchMoveEvent = supportTouch ? "touchmove" : "mousemove";