A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
The criteria for status messages at https://www.w3.org/WAI/WCAG21/Understanding/status-messages.html indicates that these flushbars should announce their contents when displayed on-screen (using phone features like iOS VoiceOver or Android TalkBack). At present, I do not believe these flushbars meet the accessibility criteria.
Is another_flushbar accessible out of the box, or are these criteria something worth supporting? At the moment I am considering swapping out the Flushbar widgets for something else due to a new client's requirements to pass an accessibility audit.
The criteria for status messages at https://www.w3.org/WAI/WCAG21/Understanding/status-messages.html indicates that these flushbars should announce their contents when displayed on-screen (using phone features like iOS VoiceOver or Android TalkBack). At present, I do not believe these flushbars meet the accessibility criteria.
Repo with video recording demonstration in readme: https://github.com/aaronkelton/flushbar-accessibility-status-message
Is another_flushbar accessible out of the box, or are these criteria something worth supporting? At the moment I am considering swapping out the Flushbar widgets for something else due to a new client's requirements to pass an accessibility audit.