diff --git a/js/jquery.mobile.support.js b/js/jquery.mobile.support.js index 21c25dda..15297173 100644 --- a/js/jquery.mobile.support.js +++ b/js/jquery.mobile.support.js @@ -64,7 +64,7 @@ $.mobile.browser.ie = (function() { $.extend( $.support, { - orientation: "orientation" in window, + orientation: "orientation" in window && "onorientationchange" in window, touch: "ontouchend" in document, cssTransitions: "WebKitTransitionEvent" in window, pushState: "pushState" in history && "replaceState" in history,