mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Added another check for orientation change event for Android 2.1
This commit is contained in:
parent
93c5ad118e
commit
c1ad5713bd
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue