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

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

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

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 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