WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Weird Android keyboard issue

for

Number of posts in this thread: 3 (In chronological order)

From: Ajay Sharma
Date: Tue, Apr 16 2019 6:55AM
Subject: Weird Android keyboard issue
No previous message | Next message →

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

From: Jonathan Avila
Date: Tue, Apr 16 2019 9:16AM
Subject: Re: Weird Android keyboard issue
← Previous message | Next message →

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 ADDRESS 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 ADDRESS REMOVED = ] On Behalf Of Ajay Sharma
Sent: Tuesday, April 16, 2019 8:55 AM
To: = EMAIL ADDRESS 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

From: Ajay Sharma
Date: Thu, Apr 18 2019 12:19AM
Subject: Re: Weird Android keyboard issue
← Previous message | No next message

Thanks Jon, also would like to tell that so far this kind of issue was
not met while developing other apps...can't recollect if we did
something particular to make keyboard work, as long as we want to
alter the focus order or implement custom arrow key navigation.

Best,
Ajay

On 4/16/19, Jonathan Avila < = EMAIL ADDRESS REMOVED = > wrote:
> 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 ADDRESS 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 ADDRESS REMOVED = ] On Behalf
> Of Ajay Sharma
> Sent: Tuesday, April 16, 2019 8:55 AM
> To: = EMAIL ADDRESS 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
> > > > > > > > >