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
Using latest version 5.9.1 and having issues with getting callback on onRiveEventReceived.
Originally, I had issues with rvm.play(loop: .oneShot) and based on this issue, I have added the animationName parameter. While it worked out, I noticed that the onRiveEventReceived is no longer called.
I can share the .riv file if it is crucial but I need to go through some checks with the team before I can share. I hope this can be easily reproduced with any Rive file.
Expected behavior
onRiveEventReceived should be called regardless of animationName: "Timeline", is specified or not.
Device & Versions (please complete the following information)
Device: [e.g. iOS Simulator, iPhone 15 Pro Max]
iOS version [e.g. iOS 17.4]
The text was updated successfully, but these errors were encountered:
Description
Using latest version 5.9.1 and having issues with getting callback on
onRiveEventReceived
.Originally, I had issues with
rvm.play(loop: .oneShot)
and based on this issue, I have added theanimationName
parameter. While it worked out, I noticed that theonRiveEventReceived
is no longer called.Provide a Repro
-->
Source
.riv
/.rev
fileI can share the .riv file if it is crucial but I need to go through some checks with the team before I can share. I hope this can be easily reproduced with any Rive file.
Expected behavior
onRiveEventReceived
should be called regardless ofanimationName: "Timeline",
is specified or not.Device & Versions (please complete the following information)
The text was updated successfully, but these errors were encountered: