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 61 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 8 Can not tab/navigate to views outside a AppBarLayout

Stackoverflow

I am trying to make my application accessible and I am having a couple of issues with navigating around views which are in an AppBarLayout.

Tags: 
  • android
  • accessibility

Android floating window with hidden statusbar Accessibility problems

Stackoverflow

I am working on android 4.4.2 building an application with a system overlay/floating window created by an accessibility service.

Tags: 
  • android
  • accessibility
  • android-4.4-kitkat
  • android-fullscreen

Accessing a broken Android phone using a pc

SuperUser

I have an Xperia Z2 phone (Lolipop 5.1)

It was unfortunately ran over by a car.

The display and touch screen were destroyed but the device is still working (to my suprise).

Tags: 
  • data-recovery
  • android
  • hard-drive-recovery
  • accessibility
  • screencasts

Is it possible to programatically enable/ disable large text accessibility option?

Stackoverflow

I'm working on a app that has a Settings screen and in that activity user has option to go to native settings accessibility options and switch on the large text feature.

Tags: 
  • android
  • mobile
  • accessibility

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

full screen when accessibiilty enabled cant tab to exit full screen button

Stackoverflow

In my app we enable the user to go into full screen mode by executing the following code when the user clicks the "Full Screen" actionBar button.

Tags: 
  • android
  • accessibility
  • fullscreen

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

How does setImportantForAccessibility works

Stackoverflow

I'm currently developing a book reader Android Application and I have some issue with setImportantForAccessibility function, the official documentation doesn't help much.

Tags: 
  • java
  • android
  • accessibility

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

Android accessibility in edit text with hint

I have edittext for entering first name when creating account and its hint is "Jane"(as first name).

Tags: 
  • android
  • android-edittext
  • accessibility
  • hint

how to edit or change a textview value by using accessibility services? [closed]

How to change a value in another app textview by using accessibility service?

Tags: 
  • android
  • accessibility

Reading text from (Facebook) RecyclerView with AccessibilityService

Stackoverflow

How can I see the text of non-focused RecyclerView children (items)?

Tags: 
  • android
  • facebook
  • android-recyclerview
  • accessibility
  • android-accessibility

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 get React-Native to announce specific accessibility message via AccessibiliyManager?

Stackoverflow

How would you approach announcing an accessibility message via TalkBack on Android (or iOS equivalent)? Is this possible with existing ReactNative version?

Tags: 
  • android
  • react-native
  • accessibility
  • react-native-android

Getting Lots of ANR due to AccessibilityNodeInfo getChild

Stackoverflow

Getting lot of ANR reports,

Tags: 
  • java
  • android
  • google-play
  • accessibility
  • android-anr-dialog

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