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
Users have reported that Rive animations fail to function on iOS mobile devices when the device is in 'lockdown' mode. This issue appears to be isolated to iOS devices, as animations are functioning correctly on Android devices and on iOS devices with 'lockdown' mode disabled.
As per Apple's restrictions, WebAssembly (WASM) modules are not allowed to execute within browsers when the device is in 'lockdown' mode. This limitation is impacting the functionality of Rive animations.
Steps to Reproduce:
Enable 'lockdown' mode on an iOS mobile device.
Access the web application featuring Rive animations using either Safari or Chrome.
Attempt to run a Rive animation within the web application.
Observe that the animation does not play or function as expected.
Expected Behavior:
The Rive animation should play and function correctly on iOS mobile devices, regardless of the 'lockdown' mode status, when accessed through Safari or Chrome browsers.
Actual Behavior:
The animation fails to play or function when the iOS device is in 'lockdown' mode, irrespective of the browser used (Safari or Chrome).
Screenshots
Browser & Versions (please complete the following information)
Browser: Safari,
OS: iOS 17.3.1
NPM Version: 10.2.3
Additional context
This issue is evident even on the showcase animations hosted on the Rive website.
This issue significantly impacts users who rely on 'lockdown' mode for security purposes while also utilizing the web application featuring Rive animations on iOS devices. Collaborative efforts to address and resolve this issue are greatly appreciated.
Please suggest possible solutions
The text was updated successfully, but these errors were encountered:
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 to to host it. Note that at runtime, this will result in a slower update cycle as it'll run on JS instead of WASM, and that only the canvas renderer can be used (not WebGL).
Thanks for the update. It would be helpful if you can point me to any guides/resources for building runtime in pure JS. I understand we can only use canvas renderer and performance hit using pure JS implementation
Description
Users have reported that Rive animations fail to function on iOS mobile devices when the device is in 'lockdown' mode. This issue appears to be isolated to iOS devices, as animations are functioning correctly on Android devices and on iOS devices with 'lockdown' mode disabled.
As per Apple's restrictions, WebAssembly (WASM) modules are not allowed to execute within browsers when the device is in 'lockdown' mode. This limitation is impacting the functionality of Rive animations.
Steps to Reproduce:
Expected Behavior:
The Rive animation should play and function correctly on iOS mobile devices, regardless of the 'lockdown' mode status, when accessed through Safari or Chrome browsers.
Actual Behavior:
The animation fails to play or function when the iOS device is in 'lockdown' mode, irrespective of the browser used (Safari or Chrome).
Screenshots
Browser & Versions (please complete the following information)
Additional context
This issue is evident even on the showcase animations hosted on the Rive website.
This issue significantly impacts users who rely on 'lockdown' mode for security purposes while also utilizing the web application featuring Rive animations on iOS devices. Collaborative efforts to address and resolve this issue are greatly appreciated.
Please suggest possible solutions
The text was updated successfully, but these errors were encountered: