enablePullDownRefresh:true安卓 设置fixed无法固定
发布于 5 年前 作者 heping 5782 次浏览 来自 问答

css

.title-wrapper{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 128rpx;
  background-image: linear-gradient(-180deg, #10C285 0%, #0E9C6B 100%);
  overflow: hidden;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 34rpx;
  color: #fff;
}

enablePullDownRefresh:true时 触发下拉 安卓手机上header也会被滑动 ios上就是好的

2 回复

楼主你好,请问这个问题解决了吗?我也遇到了这个问题,如果解决了话请你教我一下,不胜感激!

楼主你好,请问这个问题解决了吗?我也遇到了这个问题,如果解决了话请你教我一下,不胜感激!

回到顶部