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
I have a button that does not allow click and hold. Unity releases the button as soon as it is pressed down. This is a problem in many platforms. It also doesn't work with React Native. It didn't used to work with Web JS either but it was fixed in the latest version of Web JS.
To reproduce:
Load the included riv file into Unity. The rev is provided too. nested_bug.zip
Click and keep mouse down on the Next button. You will see that it immediately releases the button.
Thanks for sending over the sample .riv and demos. I tested it out on the latest unity version >v0.1.170 and it seems to work as expected, based on the webJS example you provided.
If you're able to, try upgrading to the new version to see if things are working on your end.
I have a button that does not allow click and hold. Unity releases the button as soon as it is pressed down. This is a problem in many platforms. It also doesn't work with React Native. It didn't used to work with Web JS either but it was fixed in the latest version of Web JS.
To reproduce:
Load the included riv file into Unity. The rev is provided too.
nested_bug.zip
Click and keep mouse down on the Next button. You will see that it immediately releases the button.
Now try the same in Web JS (latest version):
https://codesandbox.io/p/sandbox/rive-quick-start-js-forked-5k2xzc
Here you will see that click and hold works.
The text was updated successfully, but these errors were encountered: