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
Asked
Active
Viewed 164 times
1 Answers
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