I noticed I access Fuelly mostly from the mobile version of the site and was wondering if it was possible to default to the numerical keyboard for data entry.
Forcing a numeric keypad will miss the decimal point (which would be find for odometer readings):
input type="text" pattern="[0-9]*"
…but using the HTML5 specification for a number field in a form will at default to the number page of the standard iOs keyboard for price and gas:
input type="number"
More info.
__________________