HarmonyOS 同层渲染将touch.result && touch.result.setGestureEventResult(false)也无法滑动

touch.result && touch.result.setGestureEventResult(false) 也无法在有点击事件的组件上滑动

HarmonyOS
1天前
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
aquaa

需要加上

let ret = nodeController?.postEvent(touch.touchEvent)

此语句中的postEvent会触发postTouchEvent-》将原始事件派发到某个BuilderNode创建出的FrameNode上。

分享
微博
QQ
微信
回复
1天前
相关问题
webview是否支持渲染
1885浏览 • 1回复 待解决
HarmonyOS ArkWeb渲染嵌套能力
572浏览 • 1回复 待解决
HarmonyOS WebView实现渲染资料
391浏览 • 1回复 待解决
HarmonyOS ArkWeb渲染宽高问题
35浏览 • 1回复 待解决
HarmonyOS web创建失败
39浏览 • 1回复 待解决