About Routed events bugs #643
Labels
kind/bug
Something isn't working
platform/android 🤖
Categorizes an issue or PR as relevant to the Android platform
platform/ios 🍎
Categorizes an issue or PR as relevant to the iOS platform
I'm submitting a...
Android:
It cannot route to parent element after the child element attached PointerPressed/Tapped/DoubleTapped event, event if Handled=false.
If the parent element AddHandler the PointerPressedEvent, it's child cannot fire PointerPressed event.
If the child element attached Tapped event and set Handled=true, it's parent element cannot receive event even if using AddHandler. DoubleTapped is samed
iOS:
iOS: Pressed -> Released or Pressed -> Tapped
Android: Pressed -> Released -> Tapped
Current behavior
Expected behavior
Minimal reproduction of the problem with instructions
Environment
The text was updated successfully, but these errors were encountered: