scroll-view 设置属性 enhanced="{{true}}" binddragstart="onStart" bindd:ragend="onEnd" 。 滚动的时候onStart onEnd方法监听无效。
"width: 100%; height: 400px;"
enhanced="{{true}}"
refresher-enabled="{{true}}"
refresher-threshold="{{80}}"
refresher-default-style="none"
refresher-background="lightgreen"
bindrefresherpulling="{{refresh.onPulling}}"
binddragstart="onStart"
bindd:ragend="onEnd"
>
onStart(e){
console.log('滚动开始')
},
onEnd(e){
console.log('滚动结束')
},
有解决办法吗
我也遇到这个问题,请求你的解决了吗?
你好,麻烦具体描述问题流程,提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
目前别用 enhanced 模式,在 iOS 13 上有严重的滚动卡死的 BUG
https://developers.weixin.qq.com/community/develop/doc/000e664b8e0d58a53bda5932553c00?jumpto=comment&commentid=000eea57b08fd0793edaee391560
你基础库是多少?