-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[Accessibility] Make message view more voiceover friendly? #873
Comments
Thanks @BillCarsonFr - great idea! I have experience with accessibility and can certainly help with this. Your suggestion in this example for |
I just check on some messaging apps:
Telegram message view is not accessible at all (why...?) So '(senderDisplayName) : (text)' should be fine. It would also be interesting to read incoming message when they arrive. |
Awesome! Thanks for checking that! I agree, the Messenger format is best. |
Thx Jesse. |
So for the accessory button, i propose: Now for the bubbles it's not that simple.
So if the cell is complete, with the senderDisplay name in the top label, you have all information, but it's annoying to have to swipe between each of these.
But the cell top label is not read. Actually it's hard to know what to do with this label, is there any semantic attached to it?. Maybe we could just add the label text to the accessibility string. I am not sure about the generic approach here. With this approach, on the sample app, the message view is read:
To sum-up
Notice that we could also read the date with the bubble. What do you think? |
Thanks @BillCarsonFr ! This is great info. I think the "full cell" with "sender: message" is the best approach. All 3 cell labels are optional, so we should not rely on clients setting these. |
Here is proposed PR |
Closed with the merge of #886. Thanks @BillCarsonFr ! |
Hi,
While doing some KIF testing, i played around with accessibility and noticed that the message view could be more screen reader friendly.
By default the reader reads labels by labels, it's a bit annoying when you scan the discussion.
What do you think about the following approach:
Also the Accessory Button is missing some proper Label and Hint.
I wonder if anybody as experience in accessibility and could share some experience.
The text was updated successfully, but these errors were encountered: