jquery mobile orientation detection
问题 I am using jquery-mobile and it seems it doesn't detect the landscape setting. What I am using: iphone simulator Version 4.3 (238.2) from Xcode Version 4.1 Build 4B110 jquery mobile I tried to do this in my mobile.js $(window).bind('orientationchange resize', function(event){ alert(event.orientation) }) and turning the simulator around just keeps giving me an alert that says "portrait" when it clearly should be landscape. am i doing something wrong here? I also tried using media queries in