Gordon

Results 216 comments of Gordon

Hi @irfnyas, thanks for opening the issue. This is something that we will look into adding. As a workaround you can load in the RiveFile yourself and provide it directly....

Hi @ridwansameer thank you for the PR. We'll take a look at it, as it is helpful to be able to disable the touch inputs. As a side note, you...

Hi @shambibambi, This is an unfortunate side effect of using Skia as our renderer on iOS. You're noticing an improvement on subsequent runs as Skia takes some initial time to...

Hey all, the Rive Renderer is available for iOS. More instructions on enabling it here: https://help.rive.app/runtimes/renderer#rive-renderer Right now, it is opt-in and needs to be enabled; it will be the...

Hey @OlegBezr, thanks for reporting. I'll pass this information on to the rendering team and get back to you. If you have an example .rev/.riv file to share with us...

Hi all, could you try calling `await RiveFile.initializeText()` before showing any Rive content. This should only be needed if you're manually parsing the Rive file or using `RiveFile.import`. The initialization...

Hi @T-igran-Zakaryan. Are you still encountering this issue? I tried adding **Up to Major Version** and **Branch - main** in a new project both worked.

Interesting. I'll leave this issue open if someone else also stumbles on this. If no one else does we'll close it in a few weeks.

Hi @chinmayakcv, our web runtimes rely on WASM to run. Something we could provide is a way to demonstrate how to build using pure JS (not WASM) and a way...