Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS webviews in Unity app don't seem to be accessible but webview on Android are with native Talkback #6

Open
mraccess77 opened this issue Dec 3, 2021 · 1 comment

Comments

@mraccess77
Copy link

Do you have any documentation on use of webviews within Unity apps with the plug-in on how iOS webviews can expose accessibility with Native VoiceOver like they are supported on Android with native Talkback.

@mikrima
Copy link
Owner

mikrima commented Feb 15, 2022

Unfortunately, because Unity renders all its UI using its own internal renderer, there's no way to expose it to any native screen reader. The UAP takes over the screen reader functionality. It only connects to other screen readers by sending them text to read out loud with their text-to-speech functions. But neither VoiceOver nor TalkBack nor NVDA are actually accessing the UI that Unity renders.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants