It's hard to say what available options you have without explaining a little more of what you want to do.
However, if you want to intercept gestures while VoiceOver is on, it cannot be done currently.
Some other options you have (but not limited too) are
1) Add invisible buttons that VoiceOver sees and that a VoiceOver user can activate.
2) Tell the VoiceOver user to turn off VoiceOver while performing gestures and then give sound feedback when things happen.
3) Determine when VoiceOver is running (UIAccessibilityIsVoiceOverRunning()) and display a different UI On Nov 14, 2010, at 4:53 PM, Matteo Belotti wrote: Hi list,
I am creating an application based on gesture recognition. I would like to make it accessible, but i got only two solutions:
1) Read a single touch (as well as multitouch, like in standard method) while voiceOver is active.
2) Make voiceOver reading text while it is turned off.
Is there a way to do one of these?
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
|