css 移动网站(iPad,iPhone)的“锁定”方向

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 移动网站(iPad,iPhone)的“锁定”方向相关的知识,希望对你有一定的参考价值。

/* if portrait mode is detected, rotate the entire site -90 degrees to hint rotating to landscape */
@media (orientation: portrait) {
  body {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

以上是关于css 移动网站(iPad,iPhone)的“锁定”方向的主要内容,如果未能解决你的问题,请参考以下文章

在 iPhone 和 iPad 上显示网站的整个宽度

下拉 Jquery/CSS 菜单在 iPad/iPhone 上没有响应

打开网站时,ipad 和 iphone 浏览器崩溃

如何使用损坏的电源按钮锁定iPhone 或 iPad?

iphone/ipad 触发意外的调整大小事件

iPad/iPhone 上的 CSS 问题