VoiceOver focus not moving beyond navigation items. I am swiping right but focus trapped on the last element of navigation item. Probably it should move to the first element of the ViewController view. I have set accessibilityElements and made each element isAccessibilityElement = true. If I try to tap on any element of the ViewController view the focus trapped to status bar.
I have noticed that sometimes testing VO has some funky issues like this when testing while logging (you are running on your device through Xcode). If you run it by launching the icon, rather than running it in Xcode, it may work normally.
If not, you can force focus on the first item outside your navigation by posting a UIAccessibility notification in a method like viewWillAppear:
UIAccessibility.post(notification: UIAccessibility.Notification.screenChanged, argument: whateverelementyouwantfocused)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With