-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix autocorrect/autofill in server settings (#59) #60
Conversation
6da478e
to
6a4ac87
Compare
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.
Thanks for this! I think the key thing here that you've fixed is that the URL field should probably have that autoCorrect=false
bit to prevent those weird non-URL suggestions from showing up.
6a4ac87
to
4c20d53
Compare
I’m curious though why password autofill doesn’t work with this setup. |
Apparently |
dc0c535
to
3571ffc
Compare
Prevent autocorrection on URLs, disable autoCorrect and autoCapitalise and set importantForAutofill.
3571ffc
to
1d3eaa5
Compare
It actually does work for me already, I use bitwarden and I receive the autofill popup for that in both the username and password fields, along with the option for "Autofill" if I long press and hit the dots on that. What's your setup for this like? |
Ah I see, looks like the default of "auto" is probably what's providing the inconsistent results here. |
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.
Looks good, thanks again!
I use Firefox and usually it detects password fields in most apps. I’ll give it a go when this gets into F-Droid builds. |
Prevent autocorrection on URLs, fix misspelled
autoComplete
property to enable username/password autofill on Android.Without this the keyboard insists on inserting spaces and uppercasing HTTPS in the URL.
Completely untested as I have no idea how to build Subtracks.