为什么以下工作无效?意图是2014/12/02(yyyy/mm/dd)
具有iphone屏幕宽度的1/2。它在桌面浏览器(例如OSX Safari和Chrome)中按预期工作。
的index.html:
div
iOS代码:
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body>
<br><br><br>
<div style="background-color: red; width: 50%">hello iphone</div>
</body></html>
iphone模拟器:
答案 0 :(得分:0)
xcode 7.0.1 + iOS9中似乎有db.students.find().sort({"score":-1}).limit(1).pretty()
bugs;但是,meta viewport
和initial-scale=1.0001
这样的变通办法对我没有用。我已经尝试过使用模拟器和物理设备。
这是到目前为止唯一有效的解决方案:
shrink-to-fit=no