-
Notifications
You must be signed in to change notification settings - Fork 52
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: GiphyGridController cells are inaccessible while using VoiceOver #82
Comments
hey @3arrett, would love to help with this. do you have any pointers on how to achieve this behavior? is it just a matter of exposing / documenting accessibility labels for the UICollectionView and cells? |
Yeah, by default At a minimum you can just add There shouldn't be much more than that because once you have cells accessible, you are now able to triple swipe up and down to page through all the elements. |
Great! A great resource also to take look into is the WWDC videos. Here are some of the quick overview ones you can take a look into to:
|
@cgmaier - Any update on resolving this issue? |
hey everyone, as of We added accessibility information for our |
Using the latest version
1.3.0
and theGiphyGridController
embedded.While using the VoiceOver, neither the Cells nor the UICollectionView is accessible. You can tap a cell and it will read presumably the fileName but gives no focus and you can't scroll the collection view either.
The text was updated successfully, but these errors were encountered: