-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessibility issues with ion-toast component #22333
Labels
a11y
Accessibility related issues
package: core
@ionic/core package
type: bug
a confirmed bug report
Comments
13 tasks
Thanks for the issue. This has been resolved via #24937, and a fix will be available in an upcoming release of Ionic Framework. |
liamdebeasi
added a commit
that referenced
this issue
Mar 15, 2022
This was referenced Mar 30, 2022
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
a11y
Accessibility related issues
package: core
@ionic/core package
type: bug
a confirmed bug report
It has been observed that, whenever ion-toast is triggered by a tooltip or by a button, when toast appears screen readers such as Android's talk back and iOS's Voice over, they aren't able to announce the toast content. it can be resolved by two ways, toast should either have a aria live-region in it so that the moment it appears screen reader can announce the content, or the other way would be to move focus to the toast container so screen reader user can access the toast content.
In my ionic app, we are trying to move the focus to programmatically to toast so screen readers can access the toast content, however it works only for android, it does not work for iOS for some reason, therefore the common solution we are trying in aria-live region. could this implemented within the toast itself so we get it out of the box?
Issue can be reproduced with this link:
Let me know if more info is needed.
Thanks,
Amit
The text was updated successfully, but these errors were encountered: