You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to use a slider animation, a button should slide when pressed and the pointer moves but when I press the button, the button state change and onStateChanged is triggered with the pressed state and then instantly after that it is triggered again with the un-pressed state as if I have put my finger up even though I still have my finger on the screen and didn't started to move.
Description
Hi, I'm trying to use a slider animation, a button should slide when pressed and the pointer moves but when I press the button, the button state change and onStateChanged is triggered with the pressed state and then instantly after that it is triggered again with the un-pressed state as if I have put my finger up even though I still have my finger on the screen and didn't started to move.
Provide a Repro
Source
.riv
/.rev
filehttps://rive.app/community/4409-9028-slider-example/
Expected behavior
The button should slide with the finger and the button un-pressed state should not trigger if my finger is still pressed in
Device & Versions (please complete the following information)
Additional context
The same code with the same animation works fine on iOS
The text was updated successfully, but these errors were encountered: