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 41 - 49 of 49 questions

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

UITabBar Large Content Size Image (HUD) doesn't display in Large Text mode

Stackoverflow

iOS 11 has an accessibility feature that shows a large version of a tabbar icon in a pop-up HUD when long pressed. In a WWDC presentation, it was mentioned this just involves turning on:

Tags: 
  • ios
  • accessibility
  • ios11
  • uitabbar
  • dynamic-type-feature

`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

VoiceOver won't read child menus in dropdown navigation

I'm testing with the latest version of iOS on the iPad.

Tags: 
  • javascript
  • jquery
  • ios
  • twitter-bootstrap
  • accessibility