AnotherDole / wrongest

The Wrongest Words
3 stars 0 forks source link

Submit name with OSD keyboard. #25

Closed AhoyLemon closed 9 years ago

AhoyLemon commented 9 years ago

On a phone, you expect to hit the "submit form" button to get out of the form UI. When entering in a player name, that doesn't work.

So either:

  1. Build a JS hook that pushes either "create game" or "join game" when you hit the enter key, or:
  2. wrap the input and button in a form tag.

I get the feeling option 2 isn't going to work with the way those elements are set up currently.