收藏
回答

滚动到最后scrollLeft为啥和scrollWidth的值不一样?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug scroll-view 工具 8.0.10 2.9.4

https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html

<scroll-view class="full-multi-product-scroll" scroll-x="{{true}}" bindscroll="_handleScroll">
   <view class="product-box" wx:for="{{16}}"></view>
</scroll-view>


bindscroll滑动到最后,scrollLeft总是小于scrollWidth的值,不应该是一样的吗?如果不一样,我怎样能知道scrollLeft是否到底了

当前场景:进度条

需要根据滑动距离,显示滑动的进度条

最后一次编辑于  2021-08-31
回答关注问题邀请回答
收藏

3 个回答

  • 望烁
    望烁
    2021-11-14

    解决了吗?我也是这样。。。。

    2021-11-14
    有用
    回复
  • Gavin
    Gavin
    2021-08-31

    scrollView 的 bindscrolltolower 属性了解一下

    2021-08-31
    有用
    回复 12
    查看更多(7)
  • 🎶音
    🎶音
    发表于移动端
    2021-08-31
    一样
    2021-08-31
    有用
    回复 1
登录 后发表内容