You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: