I've got a PhoneGap app with an <input type="number" />
.
The problem is that the keyboard has a toolbar above it with Previous, Next, and Autofill.
There's only one form field, so Next and Previous aren't useful. The number will be different each time and isn't contact info, so AutoFill also isn't useful.
Is there a way to hide or disable this toolbar?