You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have SwiftUI-wrapped map with custom Annotation Views. All markers are ignored by Voice Over.
I tried to make annotations focusable via .accessibilityHidden(false) and .accessibilityElement(children: .contain) in SwiftUI as well as .accessibilityElementsHidden = false and isAccessibilityElement = true in UIKit, but to no avail.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have SwiftUI-wrapped map with custom Annotation Views. All markers are ignored by Voice Over.
I tried to make annotations focusable via
.accessibilityHidden(false)
and.accessibilityElement(children: .contain)
in SwiftUI as well as.accessibilityElementsHidden = false
andisAccessibilityElement = true
in UIKit, but to no avail.Beta Was this translation helpful? Give feedback.
All reactions