I have a problem that I'm not sure if it is a bug, some weirdness about the android keyboard, etc.
Suppose you have this input box somewhere:
<input type='number' step='any' >
On the default ICS android browser, the Safari mobile browser, iOS Chrome (and probably others), this does exactly what you would expect: it brings up a keyboard with both numbers and a decimal point (because of the step).
However on Chrome on android (and as I said only this version), it brings up a number pad with no decimal.
Does anyone know a workaround?
Additional Details
It appears to be limited to a combination of the Samsung keyboard and Google Chrome. The following works:
- Google Chrome with 3rd Party Keyboard
- Main Browser and Firefox with Samsung Keyboard
So, it seems only the combination of both the Samsung keyboard and Chrome that causes a problem.