position: absolute或者fix布局在iphone显示不正常,为什么?
发布于 6 年前 作者 schen 8411 次浏览 来自 官方Issues

position: absolute或者fix布局在iphone显示不正常,在安卓手机显示正常,模拟器也显示正常。

上面是正常的,下面是iphone11显示的

.menu-bottom { position: absolute; //用fixed一样的情况 bottom: 48px; height: 60px; width: 100%; }

1 回复

你好,是使用了scroll组件吗?麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部