scroll-view在ios滚动有回弹 这个怎么关闭呀?
1***@qq.com
- 发布:2025-03-25 16:23
- 更新:2026-04-16 10:46
- 阅读:1356
3 个回复
名帝 - I want to play a game with you.
没有百分百禁止回弹,但是能在触底的时候禁止下滑了
请叫我九爷 - ????
没有用
小小的小明 - 美好的一天~
<!-- 你的横向滚动内容 -->
</scroll-view>
...
style
/deep/ .uni-scroll-view,
/deep/ .uni-scroll-view-content {
overscroll-behavior: none;
-webkit-overscroll-behavior: none;
}
完美解决!