Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 618
ranonk Avatar asked Oct 20 '25 14:10

ranonk


2 Answers

What I have learned: If the view that the UIWebView is contained in is marked as accessibility enabled then voiceover will not pass through to the UIWebView.

like image 172
ranonk Avatar answered Oct 23 '25 05:10

ranonk


UIWebView should be accessible with VoiceOver without you doing anything.

like image 37
omz Avatar answered Oct 23 '25 04:10

omz