1***@qq.com
1***@qq.com
  • 发布:2025-03-25 16:23
  • 更新:2026-04-16 10:46
  • 阅读:1356

scroll-view在ios滚动有回弹 这个怎么关闭呀?

分类:uni-app

scroll-view在ios滚动有回弹 这个怎么关闭呀?

2025-03-25 16:23 负责人:无 分享
已邀请:
名帝

名帝 - I want to play a game with you.

<scroll-view class="" scroll-y enhanced fast-deceleration scroll-anchoring enable-passive :show-scrollbar="false" :bounces="false" decelerationDisabled   
             refresher-enabled   
            style="overflow: scroll;-webkit-overflow-scrolling: touch">  

        </scroll-view>

没有百分百禁止回弹,但是能在触底的时候禁止下滑了

请叫我九爷

请叫我九爷 - ????

没有用

小小的小明

小小的小明 - 美好的一天~

vue -- template ... <scroll-view scroll-x="true" enhanced="true" bounces="false" show-scrollbar="false" >
<!-- 你的横向滚动内容 -->
</scroll-view>
...

style
/deep/ .uni-scroll-view,
/deep/ .uni-scroll-view-content {
overscroll-behavior: none;
-webkit-overscroll-behavior: none;
}

完美解决!

要回复问题请先登录注册