RE: Understanding How Focus Behavior Works For VoiceOver On IOS and TalkBack On Android

Jamal,

> Do you have thoughts on the following problem?   When using VoiceOver on iOS, I find that the VO cursor often loses focus when in a list of



In my experience the app developer would need to manage the focus when returning from another view.  To set focus to a particular control the developer can 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

jon.avila@ssbbartgroup.com



703-637-8957 (o)

Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter





-----Original Message-----
From: Jamal Mazrui [mailto:Jamal.Mazrui@fcc.gov]
Sent: Friday, April 10, 2015 1:54 PM
To: Jonathan Avila; Jim; w3c-wai-ig@w3.org
Subject: RE: Understanding How Focus Behavior Works For VoiceOver On IOS and TalkBack On Android



Hi Jonathan,

Do you have thoughts on the following problem?



When using VoiceOver on iOS, I find that the VO cursor often loses focus when in a list of items that may individually be active.  For example, in almost every newspaper or magazine app that I use, after I open an article to read and then return to the table of contents via a Back button, the VO cursor loses its place in the list and instead leaves me at the top of the list again.  So, when I am selecting articles to read, I have to keep swiping through the titles of articles I have already encountered before I swipe to new titles.  I find this to be a significant drain on efficiency.



How can iOS developers code so that the VO cursor maintains the focus that a user would expect?  Could a change in the accessibility API solve this problem so that developers do not have to deliberately address it?



Jamal



Jamal Mazrui

Director, Accessibility and Innovation Initiative Federal Communications Commission

202.418.0069



-----Original Message-----

From: Jonathan Avila [mailto:jon.avila@ssbbartgroup.com]

Sent: Thursday, April 09, 2015 2:43 PM

To: Jim; w3c-wai-ig@w3.org<mailto:w3c-wai-ig@w3.org>

Subject: RE: Understanding How Focus Behavior Works For VoiceOver On IOS and TalkBack On Android



Jim, it depends on whether you are talking about native apps or web apps.  For web apps you can use the standard practices for web accessibility.  Regarding native apps, when screen readers are activated both platforms change how interactions work and place additional items into the swipe/focus order.  Essentially under iOS if an element has isAccessibilityElement set to YES it is focusable with swiping.  On android set the element to be focusable (e.g. android:focusable) to make it swipable or accessible with the keyboard.



Jonathan



--

Jonathan Avila

Chief Accessibility Officer

SSB BART Group

jon.avila@ssbbartgroup.com<mailto:jon.avila@ssbbartgroup.com>



703-637-8957 (o)

Follow us: Facebook | Twitter | LinkedIn | Blog | Newsletter





-----Original Message-----

From: Jim [mailto:jhomme1028@gmail.com]

Sent: Thursday, April 09, 2015 2:30 PM

To: w3c-wai-ig@w3.org<mailto:w3c-wai-ig@w3.org>

Subject: Understanding How Focus Behavior Works For VoiceOver On IOS and TalkBack On Android



Hi,

I'm trying to advise some developers how to sensibly help mobile screen readers land in user-friendly places when screens come up.

Before I have specific questions, I was attempting to wade through the draft accessibility API document, and because I am only a dangerous coder, and like things in non-technical language, at least to start with, can anyone point me to somewhere that I can read to understand this so that I can go from a high level and then drill down to technical things?



Thanks.



JJim



--

If building your own web site is holding you back, I can help.

Received on Tuesday, 21 April 2015 14:01:10 UTC