E-mail List Archives
Re: Unexpected Voiceover Tab Order and Focussing on Hybrid App
From: Jonathan Avila
Date: Mar 12, 2015 6:27AM
- Next message: Patrick H. Lauke: "Re: Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- Previous message: Léonie Watson: "Re: JAWS 15 Vs JAWS 16"
- Next message in Thread: Patrick H. Lauke: "Re: Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- Previous message in Thread: Graham Armfield: "Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- View all messages in this Thread
> I know that Voiceover can sometimes work from the top of the screen down when determining tab order, but there must be a reliable way of influencing that so that the tab order makes sense to Voiceover users.
The only option you have other than layout to control reading order is shouldGroupAccessibilityChildren. This property will cause VoiceOver to respect the view's grouping of child elements as a whole rather than intermixing them in the reading order with other views children.
> Also, at times, there is a requirement to move focus into an overlay panel, and then back to the original focus location when the panel closes. Getting that to work as expected is proving a challenge too.
To set focus call UIAccessibilityPostNotification with UIAccessibilityLayoutChangedNotification as the first parameter and the second with the object to set focus to.
Jonathan
--
Jonathan Avila
Chief Accessibility Officer
SSB BART Group
<EMAIL REMOVED>
Phone 703.637.8957
Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter
- Next message: Patrick H. Lauke: "Re: Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- Previous message: Léonie Watson: "Re: JAWS 15 Vs JAWS 16"
- Next message in Thread: Patrick H. Lauke: "Re: Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- Previous message in Thread: Graham Armfield: "Unexpected Voiceover Tab Order and Focussing on Hybrid App"
- View all messages in this Thread