Skip to content
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

Android TalkBack order can be strange #78

Open
Caseysch opened this issue Jan 13, 2021 · 0 comments
Open

Android TalkBack order can be strange #78

Caseysch opened this issue Jan 13, 2021 · 0 comments
Projects

Comments

@Caseysch
Copy link

TalkBack tries to label the TouchableHighlight with the panel contents.

For example, if you have a panel containing a label and a button Talkback would read "Panel header, Button Label" for the whole panel and you could swipe to the button but not to the label. Ideally Talkback would allow you to swipe through to the label and the button instead.

Setting importantforaccessibility={'no'} on the TouchableHighlight would probably fix this?

@enesozturk enesozturk added this to In progress in Development Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development
In progress
Development

No branches or pull requests

1 participant