We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I have some issues with WebImage under iOS 17, VoiceOver cant select the WebImage component. Doesnt matter if its inside an another element or not.
Adding an extra set of
.accessibilityElement() .accessibilityLabel("Label") is fixing it, it becomes selectable.
.accessibilityElement() .accessibilityLabel("Label")
Activity