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

SimpleRatingBar lacks accessibility support #30

Open
hanghildegard opened this issue Oct 5, 2017 · 1 comment
Open

SimpleRatingBar lacks accessibility support #30

hanghildegard opened this issue Oct 5, 2017 · 1 comment

Comments

@hanghildegard
Copy link

The rating bar is not recognised by accessibility helpers such as TalkBack and thus is not selectable. Users should be able to select the rating bar when using touch exploration and they should be able to get audible feedback about it as well as about the rating value selected.

As this rating bar is a custom view with virtual child views, the virtual view hierarchy (in the accessibility node provider, for example) and the accessibility events applicable to the view have to be individually defined.

I would really appreciate if you could add this as accessibility is quite an important issue.

@FlyingPumba
Copy link
Owner

Hi, sorry for the late response. I agree that this is an important issue, but I have never worked with the accessibility API. I will be looking to the docs and see if I can come up with a fix (PRs are welcomed, though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants