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.
据我了解,iPhone 上 Safari 的显示宽度为 640 像素。我已经建立了一个宽度为 640 像素的网站,但是当我在 iPhone 4 上查看它时,它只占用了 2/3 的屏幕。有任何想法吗?
您可能需要指定 ViewPort 以确保 Safari 不会调整页面大小/缩放。
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no" />