Search code examples
iosuiwebviewaccessibilityvoiceover

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?


Solution

  • 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.