Juanpe / SkeletonView

☠️ An elegant way to show users that something is happening and also prepare them to which contents they are awaiting
MIT License
12.5k stars 1.1k forks source link

What is the recommended way to support the Screen Reader for Accessibility? #540

Open paulbors opened 1 year ago

paulbors commented 1 year ago

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.