Ekta Shukla
Ekta Shukla

Reputation: 480

Numeric keyboard is not working in android 4.0.3 and above versions

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.

Upvotes: 0

Views: 863

Answers (1)

Maurice
Maurice

Reputation: 27632

Support with Android is qualified as buggy :-(

See quirksmode.

Upvotes: 1

Related Questions