We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ddaab commit ff97202Copy full SHA for ff97202
js/jquery.mobile.support.js
@@ -64,7 +64,7 @@ $.mobile.browser.ie = (function() {
64
65
66
$.extend( $.support, {
67
- orientation: "orientation" in window,
+ orientation: "orientation" in window && "onorientationchange" in window,
68
touch: "ontouchend" in document,
69
cssTransitions: "WebKitTransitionEvent" in window,
70
pushState: "pushState" in history && "replaceState" in history,
0 commit comments