评论

iOS手机,滑动到大底部,不能滑动

ios滑动失效解决方法

  <view class="settingcatchtouchmove="bottomTouchMove">

   <scroll-view class="setting-scrollscroll-y="{{true}}">

        <rich-text class="showtipsMainnodes="{{getChatDongDisclaimers}}"></rich-text>

      </scroll-view>

  </view>

  bottomTouchMove(){

    return false

  },

在遮罩层上 包一个盒子 触发catchtouchmove事件的时候 告诉内核在这些元素上滑动不要干任何事情

最后一次编辑于  2023-08-02  
点赞 0
收藏
评论
登录 后发表内容