Search code examples
iosuiwebviewwkwebviewvoiceoveruiaccessibility

How to implement voiceover for the pages with WKWebview and UIWebview


How to implement voiceover for the pages with WKWebview and UIWebview. I have tried it both type of views but no Luck.

i have webview inside a normal view. I have set the normal view accessibility to false and added the same for webeview.

Can any one help me with this please?


Solution

  • Mark the view not-accessible, as you have, but leave the web view unchanged. If this doesn't work, please update your question with more details, including the behavior you're seeing.