-
Notifications
You must be signed in to change notification settings - Fork 156
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
A11y Considerations #114
Labels
Comments
Hi @devandanger |
Looks good, I like it 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Links or buttons are recommended to have hit targets of 44x44.
Additionally to support this larger hit targets, I need to make a custom AttributedLabel hitTest method for the View to accept hit tests and forward them on to the
DetectAreaButton
.I have these implemented as opt-in only, so they shouldn't have any effect on the existing code.
@psharanda would you be interested in these A11y enhancements?
There are a couple voiceover improvements that I'm looking at as well.
The text was updated successfully, but these errors were encountered: