手势操作类阻止冒泡事件怎么执行?
<view class=“questionDetailBox”
catchtouchstart=“touchStart”
catchtouchend=“touchEnd”
>
我们这个是做模拟翻页效果,利用这个,如果文字很长,超过了屏幕高度,由于用了catch
造成无法上下滑动,
我们自己控制是否冒泡事件,
这个要怎么实现,请官方给予解答。
1 回复
https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxml/event.html
在这个页面搜索 事件的捕获阶段 。不知道能不能满足你的需求。