jquery / javascript - listen for change in window orientation mode on mobile devices
I'm wonde开发者_开发技巧ring if there's some sort of cross-device method of listening for orientation mode changes on mobile devices with jquery / javascript?
This question explains how to do it using plain javascript for iPhone and Android Detect rotation of Android phone in the browser with JavaScript
JQuerymobile has an orientationchange
event, check out their website for more info and demo's.
精彩评论