收藏
回答

scorll-view在安卓上有时出现无法触发下拉触底事件

框架类型 问题类型 操作系统 操作系统版本 手机型号 微信版本
小程序 Bug Android 8.1.0 oppo R15 6.7.3

- 当前 Bug 的表现(可附上截图)

我列表设置了每次加载20条数据,有时滑动到需要触底加载时,不生效,需要先往上拉一下,才能向下触发加载事件

- 预期表现

与IOS一致

- 复现路径


- 提供一个最简复现 Demo

<scroll-view bindscrolltolower="touchBottom" scroll-y="true" class='swul_right'

style="height:100%">

 <view class="v"  

   style="{{index % 2==0?'background-color:#f5f5f5':'background-color:white'}}"

    wx:key="{{index}}" wx:for="{{bills}}" bindtap="handwul" data-wul="{{item}}">

   <view class='swul_box' style='line-height:30px;'>
     <view class="swul_leftbox">
       <text style='color:grey;width: auto'>{{index+1}}.</text>
       <text style="width: auto">{{item.name}}</text>
     </view>
     <view class='swul_rightbox' style="float: right;margin-right:10rpx">
       <text style='font-size:14px;color:grey;'>{{item.guige}}</text>
     </view>
   </view>
   <view class='swul_box' style='line-height: 20px;'>
     <text style='color:grey;margin-left:15px;'>{{item.no}}</text>
   </view>
 </view>
</scroll-view>


回答关注问题邀请回答
收藏

4 个回答

  • young
    young
    2019-08-26

    我也遇到这个问题 ,监听了一下滚动事件,发现把触底距离设置成1000(比较大的数字),就能解决了

    2019-08-26
    有用
    回复
  • 2019-03-06

    请问一下解决了吗

    2019-03-06
    有用
    回复 2
    • 2019-03-06

      没有吧,反正没有客户反映这个问题,都是自己测试人员说的,就没有在意了

      2019-03-06
      回复
    • 2019-03-06回复

      嗯好哒

      2019-03-06
      回复
  • 6693
    6693
    2018-12-29

    同问,急

    2018-12-29
    有用
    回复
  • 是小白啊
    是小白啊
    2018-12-27

    麻烦按照教程提供下代码片段:https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

    2018-12-27
    有用
    回复 3
    • 咱们关系好啊
      咱们关系好啊
      2019-01-04

      你们这个代码片段教程真的看不懂。。而且项目你们是运行不了的。。

      2019-01-04
      1
      回复
    • 是小白啊
      是小白啊
      2019-01-04回复咱们关系好啊

      不需要整个项目,复现的单个页面就可以了,不要在原项目操作

      2019-01-04
      回复
    • kkk
      kkk
      2019-04-10

      请问一下,现在有方案吗,我现在也出现了这个问题。。。

      2019-04-10
      回复
登录 后发表内容