类似于移动端微信聊天对话框里的图片,点击图片后,图片由小变大的效果
小程序 - 预览大图样式问题?小程序里预览大图时,可否做成类似微信聊天对话框的图片,点击图片后,图片由小变大的效果。
2022-07-12[图片]uniapp编译后的文件有这两个属性,仍有橡皮筋效果
scroll-view 绑定了enhanced和bounces属性,在ios下仍有橡皮筋效果,为何?[图片]
2022-06-28请问scroll-view在ios下的橡皮筋问题解决了吗?我也是用了这两个属性没有效果。
scroll-view enhanced, bounces在iPhone12, ios15上无效.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
2022-06-28