-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Turn brieflyShowPassword back on on iOS
#157466
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
Turn brieflyShowPassword back on on iOS
#157466
Conversation
Fixes flutter#115359 This patch should restore the `brieflyShowPassword` behavior on iOS before flutter#104335. On iOS new characters are still temporarily revealed if the user is entering using the software keyboard (potentially because it's easy to fat finger using on screen keyboards?).
justinmc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍 I guess this changed again recently?
Not that I know of. I made the change based on the "new" behavior I observed on a new iOS version, but that was only because I was typing using an external keyboard. Typing with software keyboard still reveals the newly entered character for a short period. |
|
I'm not seeing any actual google testing failures. Rerunning. |
Fixes flutter#115359 This patch should restore the `brieflyShowPassword` behavior on iOS before flutter#104335. On iOS new characters are still temporarily revealed if the user is entering using the software keyboard (potentially because it's easy to fat finger using on screen keyboards?).
Fixes #115359
This patch should restore the
brieflyShowPasswordbehavior on iOS before #104335.On iOS new characters are still temporarily revealed if the user is entering using the software keyboard (potentially because it's easy to fat finger using on screen keyboards?).
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.