Skip to content
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

Disable username autocapitalize for mobile devices #2616

Closed
meharo opened this issue Jul 5, 2018 · 0 comments
Closed

Disable username autocapitalize for mobile devices #2616

meharo opened this issue Jul 5, 2018 · 0 comments
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Milestone

Comments

@meharo
Copy link

meharo commented Jul 5, 2018

At https://github.com/thelounge/thelounge/blob/master/client/views/windows/sign_in.tpl, modify <input class="input" name="user" autofocus> to <input class="input" name="user" autocapitalize="none" autofocus> to avoid a virtual keyboard autocapitalizing the first character of username (Example: A mobile phone).

More details: https://developers.google.com/web/updates/2015/04/autocapitalize

@xPaw xPaw closed this as completed in #2617 Jul 5, 2018
@astorije astorije added the Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. label Jul 6, 2018
@astorije astorije added this to the 3.0.0 milestone Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

No branches or pull requests

2 participants