-
Notifications
You must be signed in to change notification settings - Fork 28.6k
iOS a11y text entry is incomplete #14543
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
Comments
I just noticed that text fields for secure entry (e.g. Passwords) are also not announced correctly on iOS even though we set |
Issue replicable on latest stable (1.20.3) flutter doctor -v
code sample
|
@chunhtai Is this old issue on your radar for accessibility? |
No, I am not aware of this issue, The voice over is interacting with the text inputplugin, not sure why it is not working, needs more investigations. |
Verified above features using latest stable and code sample as provided earlier, below is the latest behavior of each:
This sometimes work and sometimes doesn't. When it works, it reads
Currently it reads,
This still persists.
These still persists as mentioned. Based on the verification and indifferent behavior observed, I'll keep the issue open and update labels to reflect current and correct status of this issue. stable, master flutter doctor -v
|
Uh oh!
There was an error while loading. Please reload this page.
This is a follow-up for issue #12786.
As of flutter/engine#4575 we have partial support for a11y text entry on iOS.
What works:
What remains to be done:
secureTextEntry = YES
) are not announced as "secure text fields"secureTextEntry = YES
) announce their content (e.g. "5 bullets") instead of the number of characters/cc @goderbauer
The text was updated successfully, but these errors were encountered: