I am developing an iPhone application where I need to insert values with decimal point. I have tried step="any" or step="0.01" or but it doesn't show decimal point on numeric keyboard.I am using phone gap / cordova.
My current line of code is as <input name="abc" pattern="\d+(\.\d*)?" type="number">
Please help!! thank you.