Files
HayesGordon df684394c6 fix(rive_native): incorrect key forwarding to child widgets (#10314) 4c4a564f0f
* fix(rive_native): incorrect key forwarding to child widgets

* docs: update CHANGELOG

fix nested events conflicting with parent events (#10326) 51f1f66e31

add support for view model trigger based listeners (#10323) e7ef71b568

add advanced phase to render loop (#10318) af18705be2
* add reset phase to render loop

support setting bindable artboard from data bind (#10317) 559f237078

Prevent pointer events when interacting with scroll view (#10251) 40592c7963
Currently, when items are inside a scroll view, when the scroll view is dragged and released, the item's click event will still trigger its listener if the same item is hovered. This adds a way to disable pointer events. In this implementation, when a scroll drag begins, we set the GestureClickPhase to disabled which prevents clicks from being captured.

Co-authored-by: Gordon <pggordonhayes@gmail.com>
2025-08-07 14:21:28 +00:00
..