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

How to force VoiceOver to not read the "heading" word for view controller title

Stackoverflow

Is There any way to force VoiceOver to not read view controller title "heading" word after reading title/accessibilityLabel?

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

ios voiceover for UITableView sections

Stackoverflow

Is there some way that I can avoid the section titles of the UITableView from saying "heading" in the voiceover mode after the text on the section is read?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover

Accessibility Label for radio button on action?

Stackoverflow

In TableViewCell, I have custom imageview which act as a radio button. This imageview has two states

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • announcementnotification

Accessibility automatically reading the first element

Stackoverflow

I have an iOS application and I'm adding accessibility to it.

Tags: 
  • ios
  • accessibility
  • voiceover

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

App crashes in "voice over" when UIContextualAction has an empty title - iOS 11

Stackoverflow

I have the following code in my project,

Tags: 
  • ios
  • swift
  • accessibility
  • ios11
  • voiceover

React-Native iOS accessibilityViewIsModal property doesn't work

Stackoverflow

I am using Accessibility with VoiceOver in my app.

Tags: 
  • ios
  • react-native
  • accessibility
  • voiceover

How can I make a MasterDetailPage icon VoiceOver accessible?

Stackoverflow

My Xamarin.Forms app's main page consists of a MasterDetailPage that looks like the following:

Tags: 
  • ios
  • xaml
  • xamarin.forms
  • accessibility
  • voiceover

Background VoiceOveraccessibility focus on a UICollectionView

Stackoverflow

I have a problem with voiceover on a collectionview. I have a fullscreen (minus navigation bar) UICollectionView that contains 5 cells.

Tags: 
  • ios
  • swift
  • uicollectionview
  • accessibility
  • voiceover

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

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

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