I am working on android phonegap application. My phonegap version is 2.2.0. I am using <input type="number">
to open numeric keyboard..It is working fine on versions below 4.0.3 but when I test my application on an android 4.0.3 device, the numeric keyboard is not working.
I also tried to replace <input type="number">
to ** and also added <meta name = "format-detection" content = "telephone=no">
line on head but it's still not working.