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
Interested into how others have been able to solve for accessibility use-cases using this SDK as we're finding ourself in a pickle when some content on the page is taking too long to load and the user is not aware that loading completed.
If this is the first time accessibility support is being requested for this project, then can we consider below?
Describe the feature or problem you’d like to solve
During our accessibility audit we've noticed that the skeleton view is confusing to the blind user as the content is not yet loaded and the Screen Reader does not know how to announce it.
Proposed solution
Provide a way to announce each individual view is being loaded or/and raise an event once it has been loaded.
The text was updated successfully, but these errors were encountered:
Interested into how others have been able to solve for accessibility use-cases using this SDK as we're finding ourself in a pickle when some content on the page is taking too long to load and the user is not aware that loading completed.
If this is the first time accessibility support is being requested for this project, then can we consider below?
Describe the feature or problem you’d like to solve
During our accessibility audit we've noticed that the skeleton view is confusing to the blind user as the content is not yet loaded and the Screen Reader does not know how to announce it.
Proposed solution
Provide a way to announce each individual view is being loaded or/and raise an event once it has been loaded.
The text was updated successfully, but these errors were encountered: