我在 IOS7 浏览器(safari 和 chrome)上遇到了一个奇怪的问题。
当我在横向时,媒体查询不起作用,宽度/高度(分别从$(window).width()
和给出$(window).height()
)是:768/519 而不是通常在 ios6 safari 和 chrome 中显示的 1024/672 像素。
在纵向上,它是正确的 768/927。
有没有其他人发现错误/怪癖和/或解决方法?
* 更新 * 这是我的标题代码(连同 wordpress 代码):
<meta content='True' name='HandheldFriendly' />
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' name='viewport' />
<meta name="viewport" content="width=device-width" />
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes" />