Search code examples
iphoneiosuiwebviewaccessibilityvoiceover

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.

It would also be nice if I could make use of VoiceOver's rotor to let the user scroll through content using headers, but I won't get greedy yet.

Any input is appreciated.


Solution

  • UIWebView should be accessible with VoiceOver without you doing anything.