I’m developing with Phonegap on BlackBerry and i have a problem with html5 input type number. When i write a negative value, blackberry show this string “22-“. I have tested in Blackberry os 6 and os 7. Any idea?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m solved this problem. I changed type=”number” to type=”tel”.
It is not the most elegant, but it works.