Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrima authored Apr 19, 2021
1 parent 43a1574 commit 0825eff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ There's also a tutorial video demonstrating the basic setup: <a href="https://ww
No. This plugin works and acts like a screen-reader - it does not expose Unity's UI to native screen readers.
It basically reimplements the functionality of VoiceOver (and then some). Exposing the UI tree to the native
screen readers is impossible, because both UGUI and NGUI work in a different way.
<br>
<br><br>
<b>Can this plugin circumvent the problem with TalkBack blocking input?</b><br>
TalkBack blocks input to Unity on an OS level, and this plugin can not circumvent that.
TalkBack can be detected if it is running, and the plugin can enable accessibility automatically, but the
input will still need to be unblocked by pausing TalkBack while interacting with the app.
The plugin will prompt the user to pause TalkBack.
<br>
<br><br>
<b>On iOS 14 VoiceOver only says 'Direct Touch Area' - does the UAP not work in iOS 14?</b><br>
UAP works fine in iOS 14. However, Apple changed the default behaviour for non-native UI views in this version of iOS.
As a result, many accessible apps now 'appear' to no longer work. But all the user has to do is reenable direct touch
Expand Down

0 comments on commit 0825eff

Please sign in to comment.