Egret 点击穿透
1.业务场景
- 点击区域是表现区域的子集, 需要限制点击范围, 在边缘或者某些位置进行点击
2.具体设置
- 总容器设置
touchEnable=false
, 让子元素自行响应 - 内部建立响应容器, 指定响应范围, 作为响应刚体
- 内容容器设置
touchEnable=false
- 超范围内容设置
touchEnable=false
2024-01-01 16:40:22
touchEnable=false
, 让子元素自行响应touchEnable=false
touchEnable=false