GitHawkApp / ContextMenu

An iOS context menu UI inspired by Things 3.
http://githawk.com/
MIT License
982 stars 51 forks source link

Make the context menu a modal for accessibility #30

Closed BasThomas closed 2 years ago

BasThomas commented 6 years ago

https://developer.apple.com/documentation/objectivec/nsobject/1615089-accessibilityviewismodal

This will make sure VoiceOver does not try to access elements behind the context menu.

We will need to take care of allowing the context menu to be dismissed; at a minimum with the Z-gesture. Enabling to tap outside the view would also be appreciated.