Hello,
We are working on improving Keyboard Access to our app. We are confused what is difference between using Tabs to navigate and using Arrows.
The reason is Tab is not navigating through every element when a view like tableView is embedded inside Navigation View or TabBarController.
Tab selects the whole view and does not go inside the view and select individual selectable elements.
For this arrow works fine. It will go through all the elements.
Is this normal? I also checked the Reminders app it does the same.
Hence confusing if should we only use Tabs or a combination of Tabs and Arrows to navigate.
Thank you.