How do I submit an html form from button click when the android keyboard is open?

193 Views Asked by At

HTML form, on mobile Chrome / android

When the user clicks the button to submit at the bottom of the form, the behavior is it closes the keyboard (previously opened while entering a text field) and scrolls to center the original text field. The user is then forced to scroll back to the bottom of the form to submit.

How do I submit the form on the initial button click?

0

There are 0 best solutions below