I tried my HTML5 App on a Blackberry 10 phone (Q10), and I m using an input field for which the code is:
<input type="number" placeholder="myID" id="myId"/>
When testing, I can type my numric value , but once I tap on another field, or tap a button, the first input field become empty.
Strangely, when I change the tag "number" with "numeric", it works! After verifying the HTML5 reference, I can see that no such "numeric" tag exists!
Does "number" works fine on Blackberry ? is there anything wrong with my code?