criticalmaps / criticalmaps-ios

Critical Maps iOS App 🚲✊
http://www.criticalmaps.net
MIT License
283 stars 40 forks source link

[A11Y] Modal views need `isModal` trait #439

Closed mltbnz closed 2 years ago

mltbnz commented 2 years ago

To make Voiceover aware of the modally presented view all views presented from the app navigation need to append the isModal trait

.accessibilityAddTraits([.isModal])

Also this https://developer.apple.com/documentation/swiftui/view/accessibilityshowslargecontentviewer() should be added

and

https://developer.apple.com/documentation/swiftui/accessibilitytraits/isselected