-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
UIAccessibility issue with scrolling #346
Comments
How should Accessibility work? One thing I wonder how convey horizontal scrolling vs vertical scrolling. When the user first arrives at the carousel. Perhaps just an announcement? |
I've really struggled with this. I don't understand the accessibility APIs well enough to make it work, basically. Hoping someone will fix it with a pull request, but I've been waiting in vain so far. |
I might be able to do it if I can allocate time for it in our current sprint. Thanks for making such a useful and configurable widget! |
Seems like there are no answers about this topic. I also need the accessibility features. There are already two open pull requests claiming to add the support. @nicklockwood can you give us some feedback? Thanks |
We implemented accessibility in the simplest way possible. Take a look at our fork if you want https://github.com/spreaker/iCarousel |
If you comment the lines below on iCarousel.m file, iCarousel view and its custom subviews will be accessible. //set up accessibility |
What I end up doing is customizing the value of
The elements inside the |
It seems not compatible with UIAccessibility. For eg., scrollview with voiceover is accessible with three finger scrolling, but iCarousel is missing the feature.
The text was updated successfully, but these errors were encountered: