收藏
回答

scroll-view enhanced, bounces在iPhone12, ios15上无效.

框架类型 问题类型 终端类型 微信版本 基础库版本
小程序 Bug 微信iOS客户端 8.0.13 2.19.5

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

  <scroll-view
   id="scrollview"
   style="{{ style }}"
   enhanced="{{true}}"
   bounces="{{false}}"
   class="{{ classes.scrollView }}"
   scroll-y="{{!refreshing}}"
   bindscroll="scrollViewScrollHandler"
   catchtouchmove="{{ refreshing ? 'noop' : '' }}"
   bindtouchstart="{{ disablePulling ? 'noop': 'onTouchStart' }}"
   capture-bind:touchmove="{{ disablePulling ? 'noop' : 'onTouchMove' }}"
   bindtouchend="{{ disablePulling ? 'noop': 'onTouchEnd' }}"
  >

enhanced: 配置无效

bounces: iOS 下 scroll-view 边界弹性控制 (同时开启 enhanced 属性后生效) 此选项配置false在IOS 里面关闭不了, 无法禁用掉弹性功能,

IOS 15, iphone 12


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

2 个回答

  • 一片月
    一片月
    2023-09-14

    最后怎么解决的啊


    2023-09-14
    有用
    回复
  • Xuz
    Xuz
    2022-06-28

    请问scroll-view在ios下的橡皮筋问题解决了吗?我也是用了这两个属性没有效果。

    2022-06-28
    有用
    回复
登录 后发表内容