I built a site with a few input boxes with type="number". Some jQuery detects when the values in these boxes change, performs a calculation, and shows the user the result. There is no form submission. There isn't even a form, just input boxes.
That works great on desktop.
However, on mobile there's a problem. On Chrome on Android, when the user clicks on the input box the mobile keyboard pops up. That's fine. The keyboard includes a "Go" button. Currently the Go button does nothing, and the keyboard remains when the user clicks on Go. I want the Go button to simply hide the mobile keyboard.
Any ideas on how to do this?