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 81 - 100 of 164 questions

Applescript action Airdrop - identify property of dialog box

Stackoverflow

This Automator action uses Accessibility / AppleScript to auto accept airdrop items. Its great.

Tags: 
  • osx
  • applescript
  • accessibility
  • macos-high-sierra

Proper ARIA handling of breadcrumb navigation

Stackoverflow

What can be done to improve the accessibility of a breadcrumb menu similar to:

Tags: 
  • html5
  • design
  • accessibility
  • breadcrumbs
  • wai-aria

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

JOptionPane message is not read by screen reader

Stackoverflow

I'm developing a software for music education purposes and it has to be accessible by screen reader so blind kids can use it too. But I'm having a problem with JOptionPane messages.

Tags: 
  • java
  • accessibility
  • joptionpane
  • screen-readers

javafx accessibility - how to read text (with OS narrator) on window shown?

Stackoverflow

I want to tell the narrator to read the window description when it's shown.

For example:

Tags: 
  • javafx
  • javafx-8
  • accessibility

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

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 Identifier not visible in Accessibility Inspector with iOS Simulator

Stackoverflow

I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2).

Tags: 
  • ios
  • macos
  • ios-simulator
  • accessibility
  • accessibility-inspector

Why are screen readers not reading out the label for a select element

Stackoverflow

If I have a standard select element with a label, like this:

Tags: 
  • html
  • accessibility

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

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