Finne
Finne

Reputation: 150

Making A UIWebView Acessible

Does anyone have any hints as to making information in a UIWebView accessible?

I've found that using ALT tags on images and links will allow VoiceOver to use the info but is there anything else that I could be doing to improve the user experience for users with visual impairments?

Upvotes: 1

Views: 966

Answers (1)

Matt Campbell
Matt Campbell

Reputation: 65

Based on the information you provided, I have no suggestions for specific improvements. My only advice is this: If you want to make your application accessible to blind users, there is no substitute for testing with VoiceOver with your eyes closed.

Upvotes: 1

Related Questions