diff --git a/js/jQuery.mobile.support.js b/js/jQuery.mobile.support.js index f11c69b9..acc77dc3 100644 --- a/js/jQuery.mobile.support.js +++ b/js/jQuery.mobile.support.js @@ -6,7 +6,7 @@ Possible additions: $.extend( $.support, { orientation: "orientation" in window, - touch: typeof Touch === "object", + touch: "ontouchmove" in document, WebKitAnimationEvent: typeof WebKitTransitionEvent === "object", pushState: !!history.pushState });