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 - 20 of 21 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

Accessibility :: How to get focus on link in textview on right swipe

I have a TextView with some text written "Hello World".

Tags: 
  • android
  • accessibility
  • talkback

How to make TalkBack read TextView error message automatically?

I'm currently making my app accessible and I'm having problem with my EditTexts:

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

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 can you tell if a user has TalkBack turned on?

I want to know if a user of the app currently has the narrator/TalkBack accessibility feature turned on.

Tags: 
  • android
  • accessibility
  • talkback

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

accessibility android Skip nav links are not working

I have added skip to main content links on header in my web app. It works as expected in Windows and MacOS. It even works as expected in IPhone.

Tags: 
  • android
  • accessibility
  • talkback

Android accessibility: Modify or extend TalkBack local context menu

Is it possible to programmatically modify the local context menu that TalkBack shows when my own app is in front, by default upon swipe up and right gesture?

Tags: 
  • android
  • contextmenu
  • accessibility
  • local
  • talkback

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

Android Talkback Announcement Localization

I have a duo lingo (English + Spanish) android application.

Tags: 
  • android
  • accessibility
  • talkback

Talkback: "Double tap" (ACTION_CLICK) is missed on Samsung

I'm trying to add a custom ACTION_CLICK text. This what I'm doing:

Tags: 
  • android
  • accessibility
  • samsung-mobile
  • talkback
  • android-accessibility

How to change Talkback announces Press Alt + Shift + Enter to activate on Google map marker

I have a Google map and added marker on the map. When the accessibility mode is ON and we navigate to Map marker using Bluetooth keyboard it announces press Alt+⇧Shift+Enter ↵ to activate.

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

how to provide additional information about custom view for accessibility services [closed]

i'd like to create custom view and provide for talkback information about type, state and may be short description of this view.
how i can to do it?

Tags: 
  • android
  • accessibility
  • talkback