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 - 26 of 26 questions

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

`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