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
<-- A clear and concise description of what the problem is. -->
I have looked into Rive docs and could not find a way to properly provide a11y description when using Compose (usually the AndroidView containing the Rive animation is skipped by Talkback) and it will also not respect animation speed set up in the system.
Expected behavior
<-- A clear and concise description of what you expected to happen. -->
Properly support Talkback and ways to set content description or document that we should disable it.
Respect the animation speeds, enabling/disabling set on the system.
Workaround
To work around the talkback issue I have wrapped the AndroidView containing the Rive Animation into a Box and set the semantics into it. Example:
Description
<-- A clear and concise description of what the problem is. -->
I have looked into Rive docs and could not find a way to properly provide a11y description when using Compose (usually the AndroidView containing the Rive animation is skipped by Talkback) and it will also not respect animation speed set up in the system.
Expected behavior
<-- A clear and concise description of what you expected to happen. -->
Workaround
To work around the talkback issue I have wrapped the
AndroidView
containing the Rive Animation into aBox
and set the semantics into it. Example:The text was updated successfully, but these errors were encountered: