<cover-view style="height: 200px; overflow-y: scroll;" bindtouchstart bindtouchmove bindtouchend>
<cover-view>====</cover-view>
...
<cover-view>====</cover-view>
</cover-view>
iOS真机:
当cover-view里面的高度不超过200px时,有触发touch事件;
当cover-view里面的高度超过200px时,未触发touch事件;
Android真机:
未触发touchend事件,touchstart和touchmove有触发;
开发工具:
一切正常。
你好,麻烦提供出现问题的微信版本、基础库版本,以及这种格式的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)