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 21 - 33 of 33 questions

Down arrow key not working properly while using voice over on Mac 10.12.6 Safari 10.1.2

After current Safari version upgrade to 10.1.2 from 10.1.1 the down arrow key stopped working properly when used along with voice over.

Tags: 
  • safari
  • key
  • accessibility
  • voiceover
  • arrow

iOS Refresh Accessibility Label

Stackoverflow

I have a button with accessibility label @"a". When the button is pressed, I have a callback that sets the accessibility label button.accessibilityLabel = @"b".

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover

Assertive aria-live region not read by Voice Over on page load/form submit

Stackoverflow

I have an aria-live region on a role="alert" with the value "assertive" that is not being spoken on form submit.

Tags: 
  • accessibility
  • voiceover
  • screen-readers

How to make Api.ai audio and a dynamic UI with voiceover not interfere with each other

[Edited question] If I have an api.ai discussion app which dynamically creates buttons with the intent names on them: Say I ordered a sandwich and now api.ai is asking me what spread I want, but, A

Tags: 
  • user-interface
  • mobile
  • accessibility
  • voiceover
  • api.ai

Differentiate between mouse "click" and screen reader "Press"

I'm make an accessible website menu and would like to differentiate between a mouse "Click" and a VoiceOver "Press" to open a submenu.

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • voiceover

Change order of read items with VoiceOver

Stackoverflow

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an intuitive order by VoiceOver.

Tags: 
  • ios
  • accessibility
  • voiceover

iOS VoiceOver wait on element to finish reading before changing to next element

Stackoverflow

I have a button that can toggle a label being shown:

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

Handle a "tap" from VoiceOver on a custom view

I am reviewing our app to make it more accessible, and I have a problem with a custom view.

Tags: 
  • ios
  • xamarin.ios
  • accessibility
  • voiceover
  • uiaccessibility

For iOS, Safari, VoiceOver, how do I get VoiceOver to read something other than the text content?

Stackoverflow

I am trying to get VoiceOver to say something other than the specified text content in an HTML span element:

Tags: 
  • ios
  • accessibility
  • voiceover
  • wai-aria

View Controller contents behind my UIAlertController are being read by VoiceOver

I have a UIAlertController that I am presenting with a view controller.

Tags: 
  • ios
  • cocoa-touch
  • accessibility
  • uialertcontroller
  • voiceover

Make nested collection views with large cells accessible with VoiceOver

In the App that I am currently working on, there is a nested collection view setup.

Tags: 
  • ios
  • uicollectionview
  • accessibility
  • voiceover

Prevent background items from receiving focus while modal overlay is covering them?

Stackoverflow

I am working on making an overlay modal more accessible. It works essentially like this JSFiddle.

Tags: 
  • accessibility
  • wai-aria
  • voiceover
  • screen-readers
  • jaws-screen-reader

`UIPanGestureRecognizer` not accessible to users who are using VoiceOver in iOS

The below code adds a UIPanGestureRecognizer to the whole view on screen.

Tags: 
  • ios
  • swift
  • accessibility
  • uipangesturerecognizer
  • voiceover