自定义tabbar 问题汇总

发布于 8 年前作者 yongshao13397 次浏览最后编辑 8 年前来自 ask
  • 当前 Bug 的表现(可附上截图)

安卓手机下拉的刷新的时候,自定义的底部tabbar,随着页面滚动向下。具体如下:

样式风格如下:

.tab-bar {

position: fixed;

bottom: 0;

left: 0;

right: 0;

height: 48px;

background: white;

display: flex;

padding-bottom: env(safe-area-inset-bottom);

z-index: 999;

}

  • 预期表现

下拉刷新的时候,能和苹果手机一致,下拉刷新底部tabbar能固定位置显示

  • 复现路径

  • 提供一个最简复现 Demo

1 回复
qianchao
qianchao1 楼6 年前

这是一个已知问题,我们会尽快进行修复。