<link rel="stylesheet" href="css/mobile.css" media="handheld">
我也使用jQuery来检查移动设备并相应地改变功能。
但是我想知道是否有一种方法强制仅限横向转向并禁用自动旋转?一个CSS或一个jQuery解决方案都可以。
谢谢!
<link rel="stylesheet" type="text/css" href="css/style_l.css" media="screen and (orientation: landscape)"> <link rel="stylesheet" type="text/css" href="css/style_p.css" media="screen and (orientation: portrait)">
我认为最好的aproach