The following CSS worked fine on my Windows mobile phone, but my Pre didn't enter numerical inputs by default.
input.numeric { -wap-input-format:"*n"; }
How do I get Pre (and presumably other newer mobile browsers?) By default for numeric inputs?
source share