nobbyknox / hal

Home automation system
Apache License 2.0
0 stars 0 forks source link

Give focus to username field on login page #1

Closed nobbyknox closed 8 years ago

nobbyknox commented 8 years ago

Put the cursor in the username field on the login page once it has been loaded. This makes it easier for people to simply start typing and not reach for their mouse.

nobbyknox commented 8 years ago

Although the username field has the autofocus attribute, it does not auto focus on iOS devices. A more forceful approach is needed.

nobbyknox commented 8 years ago

So even with an explicit jQuery focus nothing happens on iOS. Let's can this idea for now.