-
Notifications
You must be signed in to change notification settings - Fork 16
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
Focus input box on website load #10
Comments
@olfMombach, I remembered that I had removed this feature in the past because the software keyboard is displayed on mobile devices. Please let me know if you have any good solution. |
@olfMombach, |
Good solution with the mobile detection, works well on my Laptop. Thanks for the enhancement. |
Hello,
when loading the site the central input box is not focused. For people that heavily use the keyboard and shortcuts, manually selecting the box using the mouse is an additional step. Therefore I would suggest using the HTMLElement.focus() method in Javascript or similar to make the browser focus the element after loading the website, requiring no additional mouse input.
The approach I was thinking of would be something like
The text was updated successfully, but these errors were encountered: