Issue in Android browser (4.03) for below markup.
<html>
<body>
Androind 4.03 Browser test page<br />
Type .9 in the input field below and click/tap button below.<br />
Browser validation is clearing contents in input field.<br /></br/>
<input type="number" pattern="[0-9\.]*" step="0.1" min="0.0"></input> <br /><br /><br />
<input type="button" value="Validate" />
</body>
</html>
I expect number keypad on focus and it works fine with iphone and androind 2.x browsers. But when I enter decimal less than 1 like .9 or .1 it does validate onblur and clear input field.
I expect input to accept any numbers and decimals...