translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 11 of 11 questions

Disable Talk Back within our Application

Stackoverflow

I need to Disable Talk back voice within Application. Because i need to play my audio file in all accessibilities. i also tried importantforAccessibility attribute.

Tags: 
  • android
  • accessibility
  • talkback

Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback?

Stackoverflow

As the title says, Android Talkback is not registering the onFocus event.

Tags: 
  • javascript
  • android
  • reactjs
  • accessibility
  • talkback

Announce a TextView with Talkback

Stackoverflow

I am developing a app using google maps api, and it is suppose to be used by people that can't see, so the acessibility is important.

Tags: 
  • android
  • google-maps
  • accessibility
  • google-maps-api-2
  • talkback

Android - Preventing TalkBack to read the application Name and current Orientation

Stackoverflow

Problem is I am using TTS to read a long string message when my activity is launched, but TalkBack automatically reads the application name in the middle of it and cuts the long string and is very

Tags: 
  • android
  • accessibility
  • talkback

When talkback is enabled Listview touch coordinates are not in highlighted view

Stackoverflow

I have listview in my application
when talkback is enabled
and first item is highlighted

when i swipe on 4th item it is giving actual coordinates

Tags: 
  • android
  • accessibility
  • talkback

Android accessibility IMPORTANT_FOR_ACCESSIBILITY_NO is not respected

Stackoverflow

In my app I have ad on bottom, in accessibility (talkback) mode I don't want ads to be included.

Tags: 
  • android
  • accessibility
  • talkback

Are there any JavaScript events being fired when swiping on the WebView with Talkback (screen reader) is on?

Stackoverflow

I have an Android app that hosts an WebView and we want to adopt some accessibility feature on it.

Tags: 
  • accessibility
  • talkback

How to know if Android TalkBack is active?

Stackoverflow

I'm developing an application that uses TalkBack to guide people through it.

Tags: 
  • android
  • accessibility
  • talkback
  • android-accessibility

How to check if Talkback is active in JellyBean

Stackoverflow

This question asked how to know if Android Talkback is active; that worked until Jelly Bean.

Tags: 
  • android
  • accessibility
  • talkback
  • android-4.1-jelly-bean

How to change Android talkback instructions for double tap and long press

Stackoverflow

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus.

Tags: 
  • android
  • accessibility
  • talkback
  • android-a11y

In Xamarin Forms Application how to get focus to non interactive elements like Labels and Images when using TalkBack in Android

Stackoverflow

In Xamarin Forms application, when i turn on TalkBack/Screen Reader for Accessibility in Android and swipe through the screen the screen reader doesn't read text on screen like label's and other im

Tags: 
  • xamarin
  • xamarin.forms
  • accessibility
  • swipe
  • talkback