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 1 - 14 of 14 questions

aria-label being read when it should not screen reader : WCAG

Stackoverflow

The html structure looks like this

Tags: 
  • html
  • html5
  • accessibility
  • uiaccessibility
  • wcag

Prevent voice over (Accessibility) from announcing UITableViewCell as selected

Stackoverflow

When a UITableViewCell is selected, voice over announces "selected", I don't want voice over to say "selected". How can i achieve this ?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • uiaccessibility

How can I enable VoiceOver for webview content on tableview

Stackoverflow

Normally, VoiceOver correctly reads web contents loaded with WKWebView and it is possible to read buttons and links.

Tags: 
  • ios
  • swift
  • accessibility
  • voiceover
  • uiaccessibility

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

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

Accessibility for iOS, VoiceOver read order issue

Stackoverflow

Is it possible to change the order in which the VoiceOver feature for accessibility in iPad reads out the elements, when the 'Two-finger Flick Down' gesture is done?

Tags: 
  • ios
  • ipad
  • accessibility
  • uiaccessibility

iOS VoiceOver accessibility - how to implement "Action X performed" after action is complete?

For example, in the Mail app, after you delete an item via VoiceOver, you hear "Message deleted". How can I implement that for my custom action/button?

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

CGWindowListCopyWindowInfo debugging, returns nil on some systems

I have two identical 10.13 boxes that I use to build a tool that uses the Accessibility API. The tool needs to get a list of open applications.

Tags: 
  • swift
  • accessibility
  • swift4
  • uiaccessibility
  • quartz

VoiceOver and Scrolling in OpenGL backed UIViews

I am looking for advice on how to make a scrollable list drawn with OpenGL into a CAEAGLLayer backed UIViews accessible with VoiceOver.

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

iOS Accessibility: Fetching the user's "Always Speak Notifications" VoiceOver preference

I've sifted through the available UIAccessibility capabilities here but haven't fo

Tags: 
  • ios
  • accessibility
  • uiaccessibility

Preserve focus on closing a modal or flyout

I have a question on accessibility.
There are several layers/modals or flyout windows which are opened on click of a button or link.

Tags: 
  • javascript
  • angularjs
  • angular-ui-bootstrap
  • accessibility
  • uiaccessibility

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

correct usage of html button text in regards to accessibility

I have a form with 3 input fields and then a button that is shaped like a next symbol.

Tags: 
  • html
  • accessibility
  • uiaccessibility