voiceover
Can I tell iOS when it's in VoiceOver mode to read aloud a specific UILabel's text when I change it?
I\'ve got a label that\'s going to change to say something silly like \"the sky is now blue\" and I\'d like to have VoiceOver read that new text aloud without a semi-blind user needing to press on the[详细]
2023-04-04 08:57 分类:问答Making a UIWebView accessible
Simple question. I have a UIWebView. It displays plain html text with a few headers. I want VoiceOver to read the content of this web view.[详细]
2023-03-19 06:26 分类:问答iPhone accessibility with a 'lightbox' effect
My app presents a menu popup with a kind of lightbox effect - the rest of the screen is dimmed by placing a translucent UIView over it, and I add a UIView containing a few menu options.When the user s[详细]
2023-03-04 13:18 分类:问答VoiceOver accessibility in a virtual musical instrument iPhone app?
I have received comments from blind users that some of my sound and music related apps only work with VoiceOver off.[详细]
2023-03-02 16:11 分类:问答Is there any way to create a custom VoiceOver gesture?
Is there any way to create a custom gesture in iOS specifically for VoiceOver users? Thank y开发者_JAVA技巧ouI think this MIGHT be possible.The iOS Mail app (at least in iOS 6) seems to contain custo[详细]
2023-02-22 12:33 分类:问答iPhone - make VoiceOver announce label text change
Is it possible using VoiceOver on the iPhone to announce the updated text on a label if it changes? This would be analog开发者_JS百科ous to a live-region in ARIA.[详细]
2023-02-22 01:47 分类:问答Implementing Voice Over for iPhone application
I need to support Voice Over (for blind/partial blind persons) for my application. Please guide me开发者_运维问答 how to implement this feature.This is the Accessibility Programming Guide for iOS .I t[详细]
2023-02-21 18:52 分类:问答iPhone using voiceover moves off screen, cannot press button
I have run into a baffling behavior using VoiceOver. Basically when using the \"swipe forward\" gesture on a screen, the cursor will run off the bottom of the screen and the view will not \"move\" wit[详细]
2023-02-11 05:33 分类:问答Prevent VoiceOver revealing views that are beneath a larger transparent view
Summary: I want to replicate the accessibility behaviour of a UIAlertView, where the background view is still visible but VoiceOver does not interact with it.[详细]
2023-02-11 00:47 分类:问答Is it possible to detect if VoiceOver is on in a web page on iPhone?
We\'re currently testing deploying \"slippy\" maps (i.e., ones that move around with a finger on a touchscreen device) on our mobile web app, using the touchmaplite JavaScript library. This map is emb[详细]
2023-02-06 06:17 分类:问答