Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的网页标题中包含了“视口”元标记:
<meta name="viewport" content="width=device-width, user-scalable=no" />
元标记在 iOS 设备上完美运行,但 Android 设备完全忽略它。
我究竟做错了什么?
尽量忽略user-scalable=no争论。我发现 Android 往往会遇到该属性的问题,并且当它发现它不喜欢的东西时会忽略整个视口标签。
user-scalable=no
https://code.google.com/p/android/issues/detail?id=11912