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 101 - 120 of 198 questions

App crashes in "voice over" when UIContextualAction has an empty title - iOS 11

Stackoverflow

I have the following code in my project,

Tags: 
  • ios
  • swift
  • accessibility
  • ios11
  • voiceover

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

hide a pseudo-element from a screenreader?

Stackoverflow

I am using :before pseudo-elements bound to particular classes to add symbols in front of p tags, with CSS like this:

Tags: 
  • css
  • accessibility
  • pseudo-element
  • screen-readers

Visual tool to simulate screen reader use [closed]

UX_StackExchange

I'm interested in making sure some of our sites are usable by people using screen readers.

Tags: 
  • accessibility
  • screen-reader

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

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

Jaws does not read the anchor tag text change when clicking on enter in IE

Stackoverflow

I have an anchor tag in my code like this.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • jaws-screen-reader

AccessibilityService setServiceInfo method's changes don't seem to take effect outside onServiceConnected

Stackoverflow

Quoting the docs for setServiceInfo

Tags: 
  • android
  • accessibility
  • accessibilityservice

How to display a list of links as a drop down select?

Stackoverflow

I want to display a list of links like a drop down select, without losing the semantic if possible. Here's what I tried. The CSS obviously does not work now.

Tags: 
  • javascript
  • html
  • css
  • accessibility
  • semantic-markup

How to keep focus within modal dialog?

Stackoverflow

I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0.

Tags: 
  • modal-dialog
  • accessibility
  • semantic-ui
  • wai-aria
  • wcag2.0

Link contain no text showing error in Wave accessibility evaluation tool

Stackoverflow

I have an HTML page in which there is

<a href="example.com"><i class="myclass"></i></a>

Tags: 
  • html
  • hyperlink
  • accessibility

IE issue: wrong tab focus

Stackoverflow

I have a link at the very top of the page called "Skip Navigation", that appears on the screen every time user presses Tab, and if he presses Enter while "Skip Navigation" is in focus, it takes him

Tags: 
  • javascript
  • html
  • css
  • internet-explorer
  • accessibility

How to read letters instead of dots, using a Screen Reader, in password input? [closed]

UX_StackExchange

I am working on a password strength checker and I was wondering if there is an ARIA and accessibility friendly way to make the screen reader to speak the letters when the input field has type="pass

Tags: 
  • accessibility
  • password
  • screen-reader

On-screen directions in UI: telling users to do the obvious

UX_StackExchange

Should we include directions to a user in the UI content that tells them to do something that is visually obvious?

Tags: 
  • usability
  • interface
  • accessibility
  • content

Android Accessibility Service doesn't restart after crash

Stackoverflow

If my Android Accessibility Service crashes, the service is not restarted by the system until the phone restarts.Is this known? Do I have a method of restarting it if the system dosen't?

Tags: 
  • android
  • service
  • crash
  • accessibility

How do I get a monospace font that respects acessibility settings

Stackoverflow

let bodyFontDescriptor = UIFontDescriptor
.preferredFontDescriptor(withTextStyle: UIFontTextStyle.body)

Tags: 
  • ios
  • swift
  • fonts
  • ios9
  • accessibility

What syntactical features of programming languages are problematic for blind programmers?

Stackoverflow

What are the syntactical features of current languages that prove problematic for screen readers or braille readers? What symbols and constructs are annoying to hear or feel?

Tags: 
  • programming-languages
  • accessibility
  • blind
  • blindness

How can I check hints in Accessibility Inspector?

Stackoverflow

I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!

Tags: 
  • ios
  • xcode
  • accessibility