Top "Android-a11y" questions

Modify accessibility focus order

Is it possible to change the accessibility focus order? For example, if I have 3 views side by side, with ids …

android accessibility android-a11y
How to change Android talkback instructions for double tap and long press

I have a view that has a long press action handler. I use the content description to set the message …

android accessibility talkback android-a11y
Accessibility and Android WebView

Is Accessibility enabled for Android WebView? Can anyone tell how to make a WebView accessible?

android webview accessibility android-a11y
onKeyEvent & Accessibility Service

My users will be using TalkBack enabled or some other Accessible Service. I would like to capture the onKeyEvent events …

android accessibility keyevent android-a11y
Send accessibility event not linked to view

We're looking to send an accessibility event (which would be picked up by TalkBack etc.) which isn't linked to a …

android accessibility android-a11y
Android accessibility service

I'm trying to write a very basic android accessibility service that shows a message and vibrates when any notification is …

android notifications accessibility android-a11y
Android accessibility feature for TextView

Hi I have a view with a TextView and linear layout. Linear layout is a kind of custom keyboard with …

android android-a11y