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 缩放(即具有固定宽度和高度)的菜单栏(导航栏),而网站的其余部分可以放大和缩小?
使用元“视口”我可以设置整个网站的缩放,我想排除一些部分。
似乎无法通过使用 iFrame 或 CSS 转换来完成。
是否可以通过跟踪缩放元素的手势并使用 javascript 重新缩放我的菜单来完成?
iPhone 的缩放是一个图形化的东西——它不会改变页面的 html 渲染(尽管它可能会查看 html 元素以获取关于缩放多少的提示)。所以,不是真的,不。