ods-ios
ods-ios copied to clipboard
[Bug][a11y] Empty state module : Usage label and buttons not grouped
Prerequisites
- [X] I have searched the backlog for duplicate or closed feature requests
Your test device
iPhone 14 Plus
OS Version
17.1.1
App version
v0.18.0
Describe the issue
related to #558 On module "Empty State", "usage" label and associated buttons are not grouped, so when Voice Over focus moves to one of the button, only the button is vocalized, not the group label.
Expected Behavior
Usage label and associated buttons should be grouped together to have an optimal vocalization when focus first moves to a button of the list.
Try using : .accessibilityElement(children: .contain)
Fixed by #677
fixed