Questions tagged [voiceover]

VoiceOver is a screen reader for users with visual and ambulatory disabilities built into Apple's OS X and iOS operating systems. It describes an application’s user interface and helps users navigate through the application’s views and controls.

VoiceOver is a screen reader for visually impaired users built into Apple's Mac OS X () and iOS (/) platforms. It describes an application’s user interface and helps users navigate through the application’s views and controls.

It can be controlled using touch gestures on the screen (usually for users with visual disabilities), or with a hardware switch (usually for users with ambulatory disabilities).

Resources

1035 questions
0
votes
1 answer

How can I get an accessibility swipe to navigate a collection of subviews correctly?

A single swipe gesture is intended by Apple to move the VoiceOver cursor through screen items in order but mine don't because the user can move them around! My main view has a set of buttons and labels, however it also has two collections of custom…
Stephen Watson
  • 1,700
  • 16
  • 17
0
votes
1 answer

Voiceover returns to title of page after reading offset text

I'm trying to make a site accessible, and have a link that is hidden by default unless keyboard focus is placed on it, in which case it becomes visible. The link skips past a YouTube video and onto other content. What I have works fine on a desktop,…
codycodes
  • 95
  • 8
0
votes
1 answer

NSWebView override VoiceOver when selected

I have a NSWebView and when I use VoiceOver on Mac OS X it announces the NSWebView selection as "HTML content" This is most likely going to confuse the end user as I am using it for a custom control and I have handled all the other accessibility…
Luke
  • 6,195
  • 11
  • 57
  • 85
0
votes
1 answer

UIAccessibility to delete UITableViewCells

As of ios6, in native apps like mail and message, if voice over is turned on, and you tap on one of the table view cells(i.e. a email), and you turn your two fingers to bring up the rotor, then one of the options that can be selected is 'actions'…
0
votes
1 answer

How am I able to select items when using VoiceOver for supporting blind people?

I'm using VoiceOver in one of my Apps and want to make it more accessible to blind people. When loading up a viewcontroller a scrollview is displayed with multiple textviews in there. I would like to automaticly select the first textview when…
BarryK88
  • 1,806
  • 2
  • 25
  • 41
0
votes
1 answer

Voice Over utility anounce Swing application as Java

I have a Swing application, And when i run VoiciOver Utility it announce Swing Application as Java. For example: import javax.swing.*; import java.awt.event.*; public class Menu extends JFrame{ public Menu() { super("Menu example"); JMenu…
varuag
  • 81
  • 7
0
votes
1 answer

VoiceOver user interaction inside UITableViewCell

I have got a UITableView with custom UITableViewCell CustomCell CustomCell has a few UILabel with user interaction enabled CustomCell implements touchesBegan: - (void) touchesBegan:(NSSet*)touches withEvent:(UIEvent*)event { UITouch* touch =…
JP Hribovsek
  • 6,707
  • 2
  • 21
  • 26
0
votes
1 answer

VoiceOver before heavy processing in main thread

I want to accomplish following effect: User presses the button; VoiceOver speaks aloud a "processing" sentence; Performing some heavy processing. Everything is being ran in main thread and I don't want GUI to be able to update in that time. For…
Xilexio
  • 1,178
  • 19
  • 40
-1
votes
1 answer

ReactJS accessibility issue Voiceover IOS

I have material Button component which is located before footer The problem is when Voiceover focus on this button he pronounce Back to top button end name. I want to know how make that Voiceover will pronounce just Back to top button without end…
-1
votes
1 answer

In Voiceover Iphone ,after selecting suggestions focus is not shifting to input combobox

Even though we are shifting the focus to input through the javascript code, the focus is going somewhere else instead of going to the input. Same issue is observed in w3 aria combobox as well as in link…
-1
votes
1 answer

What is the proper Americans with Disabilities Act (ADA) behavior for buttons next to informational text (Android)?

I have this pattern, that would repeat for emails and some other data points. The phone icon is a button and it is actionable, you tap on it and call. The phone number textview is informational only. What should be the correct voice ADA behavior…
Dmitri
  • 2,563
  • 1
  • 22
  • 30
-1
votes
1 answer

How to click on link to hear it in mac voiceover?

I am using voiceover on mac to test my website in chrome. Is there any way to click to hear a link without actually opening the link? Is there a better way to test?
user415612
  • 457
  • 1
  • 3
  • 13
-1
votes
1 answer

IOS Voiceover not read div content

When I using div content for showing under the image or graphic I must closed these visual contents for accessibility options. And I wannat just showed ( voice over speak ) my aria-label content but. Voiceover didt read this label.
-3
votes
2 answers

When you turn on Voice Over in an ios device, and cannot scroll in a worklight hybrid application, is there anyone who met this before?

IOS has a ability for disabled person. And when you turn on Voice Over in an ios device, we have a hybrid ios app written by worklight6.2 in the app, page cannot scroll, is there anyone who met this before?
1 2 3
68
69