小程序
小游戏
企业微信
微信支付
扫描小程序码分享
<scroll-view binddragstart="onDrag" binddragging="onDragging" binddragend="onDragend" bind:scroll="onScroll" enhanced style="height: 100vh;margin-top: 20%;" scroll-y="{{true}}" type="list">
binddragstart binddragging binddragend均无法触发
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
用 touch 事件即可,或给 scroll-view 绑定一个 vertical-drag-gesture-handler
https://developers.weixin.qq.com/miniprogram/dev/component/vertical-drag-gesture-handler.html
https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/gesture.html#%E7%A4%BA%E4%BE%8B%E4%B8%89%EF%BC%9A%E4%BB%A3%E7%90%86%E5%8E%9F%E7%94%9F%E7%BB%84%E4%BB%B6%E5%86%85%E9%83%A8%E6%89%8B%E5%8A%BF
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
用 touch 事件即可,或给 scroll-view 绑定一个 vertical-drag-gesture-handler
https://developers.weixin.qq.com/miniprogram/dev/component/vertical-drag-gesture-handler.html
https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/gesture.html#%E7%A4%BA%E4%BE%8B%E4%B8%89%EF%BC%9A%E4%BB%A3%E7%90%86%E5%8E%9F%E7%94%9F%E7%BB%84%E4%BB%B6%E5%86%85%E9%83%A8%E6%89%8B%E5%8A%BF