Hi 👋, I’m working on improving Full Keyboard Access support in an iOS app and would love to hear about your experience.
When developing for keyboard navigation, what approach do you usually take for navigating between UI elements? Do you mainly use Tab/Ctrl+Tab, arrow keys, or a combination of both?
I’ve already watched some WWDC sessions and Apple's docs on this topic:
- https://developer.apple.com/design/human-interface-guidelines/keyboards
- https://developer.apple.com/videos/play/wwdc2021/10120/
- https://developer.apple.com/videos/play/wwdc2021/10260/
- https://developer.apple.com/documentation/UIKit/navigating-an-app-s-user-interface-using-a-keyboard
However, I’d appreciate any recommendations for useful resources, documentation, or things to be aware of when implementing keyboard accessibility. :🙏