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

How to update WKWebView when Dynamic Type size changes?

Stackoverflow

I must be missing something simple:

Tags: 
  • ios
  • dynamic
  • types
  • accessibility
  • wkwebview

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

Navigating a select menu using a wireless keyboard [on hold]

Stackoverflow

Sorry for the question but I cannot figure it out after searching for a day. I have an iPad, using safari and VoiceOver off, with a wireless keyboard.

Tags: 
  • ios
  • accessibility
  • mobile-safari
  • wireless

Appium cannot find view elements with it's accessibilityId's

Stackoverflow

I'm using Appium (Mobile App Automation for Testing) to test an iOS app.

Tags: 
  • ios
  • appium
  • accessibility
  • identifier

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

Garbage accessibility logs in Xcode console output

Stackoverflow

At certain point I used Accessibility Inspector (from Xcode -> Open developer tool -> Accessibility Inspector) while running my app in simulator, and ever since the Xcode console is cluttered

Tags: 
  • ios
  • xcode
  • logging
  • accessibility

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

Accessibility in html: focus and speak?

Stackoverflow

I work with the following html code in iOS with UIWebView:

Tags: 
  • ios
  • webview
  • accessibility
  • wai-aria

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

Wireless keyboard not working in iOS hybrid app

I looking at an iOS hybrid app with a wireless keyboard, from GearHead, and nothing responds to the keyboard.

Tags: 
  • ios
  • accessibility
  • hybrid-mobile-app
  • voiceover

Accessibility Identifier not visible in Accessibility Inspector with iOS Simulator

Stackoverflow

I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2).

Tags: 
  • ios
  • macos
  • ios-simulator
  • accessibility
  • accessibility-inspector

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

iOS Accessibility on TableViewCell with inner CollectionView

I'm working on supporting Accessibility for our iOS app (in Swift).

Tags: 
  • ios
  • uitableview
  • accessibility
  • uicollectionviewcell
  • voiceover

How do I get a monospace font that respects acessibility settings

Stackoverflow

let bodyFontDescriptor = UIFontDescriptor
.preferredFontDescriptor(withTextStyle: UIFontTextStyle.body)

Tags: 
  • ios
  • swift
  • fonts
  • ios9
  • accessibility