When I focus a text input field on Chrome on Android, the shift key is enabled ⇪, even though I set autocapitalize="none"
.
The input for this field is case-sensitive, so how can I help Android users to write lower-case strings by default?
When I focus a text input field on Chrome on Android, the shift key is enabled ⇪, even though I set autocapitalize="none"
.
The input for this field is case-sensitive, so how can I help Android users to write lower-case strings by default?
Copyright © 2021 Jogjafile Inc.
Tests
Tested on Android 10,
Chrome v85.0.4183.127
withGboard
.Works as expected, not capitalizing a single word.
Also works as expected, not capitalizing a single word.
Suggestion
You may want to try using
autocapitalize="off"
(seems to be more restrictive thannone
in the meaning of the word, but the spec states they should be the same).Given that this works as expected for me, it is possible that your software keyboard software is being troublesome. Try downloading and checking with
Gboard
and see if that resolves your issue.