-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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: Position change (scroll) #30858
Comments
@amarlette, I think this task is sort of a no-op, as solving both #30977 and #30839 would resolve this automatically. Basically, any view with the proper list role (added in #30839), and with collection info (added in #30977) will announce its position change on scroll automatically. |
Hmm I feel like keeping it open until those two are solved may be best since this functionality won't operate correctly til those are addressed so I don't feel I can close it. I'll add language above that it is dependent on those issues but does not need to be worked on. |
TalkBack support for ScrollView accessibility announcements (list and grid) #33180 initially landed on 20th April 2022. Java API relanded with commit a7bb9664009. JavaScript API relanded with commit cbf53bcaf0c, but reverted with commit c2169c776e271ea. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Description
THIS ISSUE IS DEPENDENT ON OTHER ISSUES & DOES NOT NEED TO BE WORKED ON INDIVIDUALLY
Dependent on these issues being closed:
No components can be set as any collection role.
React Native version:
v0.63
The text was updated successfully, but these errors were encountered: