-
Notifications
You must be signed in to change notification settings - Fork 497
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
Home tab doesn't work with voiceover #1433
Comments
The buttons at the top are also missing AccessibilityLabel assignments. And I can definitely confirm the rows not activating upon double-tap to open a room's view etc. This is probably caused by the AccessibilityActivationPoint not set correctly. This is what VoiceOver uses to simulate a single tap when its double-tap gesture is being performed. |
I am able to select the first few rooms on the home screen but once it starts reading rooms that are off the right edge of the screen it doesn't open the correct room. The issue about the tabs at the bottom is fixed by: #1906 |
Although actually, the shipping 0.7.6 TestFlight version still says tab 1 of 5 etc but building |
Rooms can be accessed from the rooms tab, but home screen are missing accessibility labels still. |
I have 5 rooms and 7 persons in lists and everything works at the home tab. |
Yep, I think you're right @bdorer, this was improved and on top of that, the new app layout in 1.9.4 removes the home tab anyway, so I'm going to close this issue 👍 |
You can nav to the individual rows (favourites, people, rooms, etc), but you can't select an individual room in any of the rows
Also the four tabs at the bottom of the home view have no labels on them (so you just hear 'tab 1 of 4' when you nav over them) - sez jeremy
The text was updated successfully, but these errors were encountered: