0

Is there a way to close the android keyboard when I'm on the last input of a form, already filled it, and click on the keyboard 'enter' button? It's a web app built with angularjs. Thanks

pedrocaseiro
  • 53
  • 1
  • 4

1 Answers1

0

After the 'enter' button you could focus on an element (an <a> for example) and this should hide the soft keyboard. Details to catch the enter button here: angularjs move focus to next control on enter

Marco C.
  • 1,282
  • 2
  • 15
  • 19