2***@qq.com
2***@qq.com
  • 发布:2018-10-12 00:35
  • 更新:2019-06-10 20:31
  • 阅读:1555

安卓4.4 onPageScroll到指定高度,顶部fixed组件会消失-出现,闪动

分类:uni-app

<view class="page" style="height:100%;margin: 0;">
<view class="top_header">
<view class="header" :class="{header_fixed: fixedHeader}">
<view class="input-view" @tap="onSearch">
<uni-icon type="search" size="18" color="#666"></uni-icon>
<input class="input" type="text" placeholder="搜索你想购买的商品" disabled="true"/>
</view>
</view>
</view>

           <view style="height: 30000upx;background-color: #000;"></view>  

</view>

.top_header {
position: fixed;
width: 750upx;
top: 0;
z-index: 100;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}

.header {  
        z-index: 100;  
        display: flex;  
        flex-direction: row;  
        align-items: center;  
        padding: 8px 15px;  
}  

.header_fixed {  
    background-color: #F8F8F8;  
}  

uni.pageScrollTo({scrollTop: 48, duration:400});

2018-10-12 00:35 负责人:无 分享
已邀请:
2***@qq.com

2***@qq.com (作者)

小程序不会。

  • 3***@qq.com

    我测试的时候也发现这个问题,如果 外层view 设置 fixed,内层view 也有 fixed或者absolute,滚动时就会抖动,但如果只有外层view设置 fixed ,内层view不设置position,好像就没事了,你也试试。

    2019-03-12 09:38

kibb

kibb - 80后IT男

同样的问题。有解决方案吗?

玩屎的阿拉蕾

玩屎的阿拉蕾

大神。同样的问题。。你解决了吗?

Effyt

Effyt

抖动的问题怎么解决

该问题目前已经被锁定, 无法添加新回复