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 41 - 60 of 61 questions

Running Google Accessibility Test Framework on Android

I'm trying to create an Accessibility scanner android app something like

Tags: 
  • android
  • automated-tests
  • accessibility
  • android-espresso

How do I prevent or capture an accessibility action on a view?

I have a fragment that appears over the bottom half of a full screen webview to display glossary and footnote items that are clicked on in the webview.

Tags: 
  • android
  • accessibility

React-Native: How to make Talkback recognize Touchable components as interactive?

I'm trying to make my React Native app accessible.

In native, when I have a Button, TalkBack says my content description, then the component type and then a hint like:

Tags: 
  • android
  • react-native
  • accessibility

Android Talkback Announcement Localization

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

Tags: 
  • android
  • accessibility
  • talkback

Android AccessibilityService: How to record and replay view clicks?

I am trying to implement an AccessibilityService that records the user's actions (only click events at this point) and stores them, such that they can be replayed at a later point in time.

Tags: 
  • android
  • accessibility

Why onAccessibilityEvent(..) method of AccessibilityService is reading the same view many times?

I am using AccessibilityService to determine the text and coordinates of views of any current application running in android device.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

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 read window content (using accessibilityService) and evoking UI using draw over other app permission in Android?

Stackoverflow

My last question about the same topic was not clear enough and was put on hold by c

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

How to receive TYPE_VIEW_HOVER_ENTER AccessibilityEvent?

I override my own Accessibility Service, and print the event.getEventType to Log in

public void onAccessibilityEvent(Accessibility event)

Tags: 
  • android
  • hover
  • accessibility

onServiceConnected not called after enable my AccessibilityService

Stackoverflow

After I open my app, it jumps to the accessibility settings.

Tags: 
  • java
  • android
  • service
  • accessibility
  • onserviceconnected

onKeyEvent & Accessibility Service

Stackoverflow

My users will be using TalkBack enabled or some other Accessible Service.

Tags: 
  • android
  • accessibility
  • keyevent
  • android-a11y

How to read Text on any view of any application using AccessibilityInfo?

Stackoverflow

I am trying to read every item inside a ListView of any application by using AccessibilityInfo class.

Tags: 
  • android
  • accessibility
  • android-accessibility

event.getSource returns null in Accessibility Service. (Catch source for a 3rd party app)

I need to read a resource of a 3rd party app using its resource id(which is known to me).
I am referencing to this link:

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice

how to ignore announcement for decorative ImageView in Accessibility mode

Following Android documentation, I tried adding

Tags: 
  • android
  • imageview
  • accessibility
  • android-accessibility

Accessibility Check fail when using TextInputLayout

Stackoverflow

I'm using the new TextInputLayout provided by Android.support to do floating label.

Tags: 
  • android
  • accessibility

TalkBack screen reading issues

I'm trying to grasp how to code with screen readers in mind, and I'm having a number of issues. The first example is a single HTML element that I tried to display:

Tags: 
  • javascript
  • android
  • html
  • accessibility
  • wai-aria

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

How to prevent android accessibility to hack my app

Discovered some bad app using android accessibility to hack my app, call up my app and manipulate things automatically (user are cheaters so they enable accessibility service), how can I block andr

Tags: 
  • android
  • security
  • accessibility

Accessible star rating for Android

Stackoverflow

I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible).

Tags: 
  • android
  • accessibility