ipad 方向纵向显示电子邮件或触发横向

Posted

技术标签:

【中文标题】ipad 方向纵向显示电子邮件或触发横向【英文标题】:ipad orientation portrait to display e message or trigger the Landscape 【发布时间】:2012-08-20 12:16:55 【问题描述】:

我正在尝试推动用户使用 ipad 切换视图。 正确的视图应该是 Landscape。

最好的方法是什么?

消息?附加一些 html 并隐藏肖像内容?

使用的 Jquery

  if (window.orientation === 0) 

               window.addEventListener('orientationchange', callback, false);

            

【问题讨论】:

【参考方案1】:

你可以:

    window 上捕获orientationchange 事件 根据方向使用不同的样式表

例如

<link rel="stylesheet" media="all and (orientation:portrait)" href="portrait.css">
<link rel="stylesheet" media="all and (orientation:landscape)" href="landscape.css"> 

<script>
    window.addEventListener('orientationchange', callback, false);
</script>

【讨论】:

感谢 Alnitak 你知道如何推动用户切换吗?

以上是关于ipad 方向纵向显示电子邮件或触发横向的主要内容,如果未能解决你的问题,请参考以下文章

iPad - 根据设备方向(纵向或横向)更改图像

iPad:如何根据方向(横向/纵向)显示不同的屏幕

MFMailComposeViewController 在 iPad 上强制纵向

ipad:横向和纵向方向的问题

iPad Pro 中的横向方向

iPad 1 显示纵向模式而不是横向模式