WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Weird Android keyboard issue

for

From: Jonathan Avila
Date: Apr 16, 2019 9:16AM


Android has different ways of specifying keyboard focus order and TalkBack reading order. You will want to make sure to set both.

NextFocus... properties for keyboard
https://developer.android.com/training/keyboard-input/navigation

And AccessibilityTraversal.... properties for swipe gestures.

Jon

Jonathan Avila
Chief Accessibility Officer
Level Access
<EMAIL REMOVED>
703.637.8957 office

Visit us online: Website | Twitter | Facebook | LinkedIn | Blog



The information contained in this transmission may be attorney privileged and/or confidential information intended for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any use, dissemination, distribution or copying of this communication is strictly prohibited.


-----Original Message-----
From: WebAIM-Forum [mailto: <EMAIL REMOVED> ] On Behalf Of Ajay Sharma
Sent: Tuesday, April 16, 2019 8:55 AM
To: <EMAIL REMOVED>
Subject: [WebAIM] Weird Android keyboard issue

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.


Hi there,

We have an android app that works fine when navigating with Talkback
touch gestures, i.e. , flicking left / right. But when navigated
using TAB key on bluetooth keyboard, the focus moves to different
controls but Talkback remains silent.

Is there anything extra that need to be taken care?


Best,
Ajay