translate

accessibility

UITextInput not announced correctly by VoiceOver

Stackoverflow

I have a problem with how VoiceOver announces my custom UITextInput while it has th

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

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

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

Controlling screen reader form behavior

Stackoverflow

I have following form with input fields in my angular 2 Application

Tags: 
  • angular
  • accessibility
  • jaws-screen-reader

Accessibility Testing Tool -- Java Ferret

Stackoverflow

Trying to install and run Java Ferret in 64-bit Windows. JAB is installed and running. Screen readers (NVDA, JAWs) work. Java Monkey is working. Accessibility Bridge Explorer is working.

Tags: 
  • accessibility

Substitute symbol for text in table cells and maintain center alignment

Stackoverflow

I've got a table showing participation of countries in a project in 2013 and 2018. For a year in which a country participated, we want to display a black circle.

Tags: 
  • css
  • html-table
  • accessibility
  • substitution

How to prevent Voice Over from reading unaffiliated HTML text (next div)?

Stackoverflow

I have an issue where drilling down into a text field with Control+Option+Shift+Down ends up reading more than what's currently inside of the text field.

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

iOS Voiceover status

Stackoverflow

I am trying to add accessibility features to an iOS app that has already been developed.

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

react-day-picker: change arial-label attribute

Stackoverflow

The current aria-label format for the react-day-picker is

aria-label="Sun Oct 29 2017"

but how to change it to different format like

Tags: 
  • javascript
  • accessibility
  • react-day-picker

How to get the scroll ranges of an NSScrollView via the accessibility interface?

Stackoverflow

I'm trying to get all possible information from an NSScrollView using the accessibility interface in Cocoa. I can read various things like the id, enabled state, scroll position, frame etc.

Tags: 
  • cocoa
  • accessibility