if(window.innerHeight > window.innerWidth){ alert("Please use Landscape!");}jQuery Mobile有一个处理此属性更改的事件……如果您想在以后有人旋转时发出警告,
orientationchange
另外,经过一番谷歌搜索后,检查一下
window.orientation(我相信这是度数…)

if(window.innerHeight > window.innerWidth){ alert("Please use Landscape!");}jQuery Mobile有一个处理此属性更改的事件……如果您想在以后有人旋转时发出警告,
orientationchange
另外,经过一番谷歌搜索后,检查一下
window.orientation(我相信这是度数…)