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 321 - 340 of 463 questions

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

Accessibility of Hamburger Menu?

Stackoverflow

I am currently working on making a responsive website accessible and I wonder whether a blind person who opens the page on a smartphone will be able to open the hidden menu somehow, or if he/she "s

Tags: 
  • css
  • mobile
  • responsive-design
  • accessibility
  • screen-readers

Side-by-side code diff view UX

UX_StackExchange

I'm working on code diff view design, and would like to gather your opinion on two existing patterns.

Below are screenshots of two different side-by-side diff view designs.

Tags: 
  • usability
  • accessibility
  • comparison

Colour blindness simulator

Stackoverflow

Like any responsible developer, I'd like to make sure that the sites I produce are accessible to the widest possible audience, and that includes the significant fraction of the population with some

Tags: 
  • colors
  • accessibility
  • color-blindness

How to make UITableViewCell read out a UIImageView automatically the way it does for UILabel with voice over

I've tried adding random labels to a UITableViewCell and the accessibility voice over system reads all of them automatically.

Tags: 
  • ios
  • accessibility
  • voice

Do screen readers treat SVG and raster images different?

Unlike a raster image (e.g. a PNG), a screen reader could in theory read and somewhat understand the content of an SVG file.

Tags: 
  • SVG
  • accessibility
  • screen-readers

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

html accessibility: anchor tags with background images on pseudo elements

My company is exploring some scenarios that we use commonly in our design that we are realizing may not be 100% compliant with WCAG 2.0 standards.

Tags: 
  • html
  • image
  • background
  • accessibility

Launch phone calls and show a call screen from guided access?

I have a "home screen-replacement" app on Android for people with eyesight problems and I'm considering making a similar App for iOS.

Tags: 
  • ios
  • ios7
  • accessibility
  • guided-access

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

Something in the cordova / angular / ionic stack steals my focus

In order to provide Accessibility i need to to focus elements when entering screens in my Cordova app.

Tags: 
  • javascript
  • angularjs
  • cordova
  • ionic-framework
  • 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

MacOS OSX How to change the text to speech voice in terminal or with a keyboard shortcut?

Stackoverflow

I'm looking for a way to change the voice with a shortcut:
going in to settings->accessibility->Speech and setting the voice "Alex"
take's to long.

Tags: 
  • macos
  • terminal
  • accessibility
  • text-to-speech
  • macos-sierra

Passed react component is failing on accessibility unit test for form label?

my reusable component looks like this `jsx

Tags: 
  • javascript
  • reactjs
  • ecmascript-6
  • accessibility
  • babel

iOS Safari focus not triggering on tap

This is an issue with iOS9 Safari. The :focus styling is not triggering when a button or anchor tag is tapped, not even the native focus outlines.

Tags: 
  • css
  • focus
  • ios9
  • accessibility
  • mobile-safari

side-by-side code diff view for comparing code change [closed]

UX_StackExchange

Can I get your thoughts on the pros and cons of keeping or removing the white space of removed lines in a split diff view?

Tags: 
  • design
  • accessibility
  • comparison
  • code

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

Using the HTML 'label' tag with radio buttons

Does the label tag work with radio buttons? If so, how do you use it? I have a form that displays like this:

Tags: 
  • html
  • accessibility
  • html-form

JAWS screen reader handles unchecked radio button as 'partially checked'

I am using JAWS version 15 to test my page on Google Chrome that contains a set of related radio buttons, none of which are checked initially.

Tags: 
  • html
  • radio-button
  • accessibility
  • jaws-screen-reader

onKeyEvent & Accessibility Service

Stackoverflow

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

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