Question

I'm developing a web app for iphone using dashcode. I'm stuck where user needs to enter zip code or phone number and the app doesn't show the numpads but the regular keyboard.

any help would be appreciated.

thanks

Was it helpful?

Solution

You can't. It used to be possible in iPhone OS 1 (it showed up for any <input> element with a ID that included 'zip' or 'phone), but OS 2/3 removed this functionality.

OTHER TIPS

You can now as of iPhone 3.2-ish. See: iPhone UIWebview: How to force a numeric keyboard? Is it possible? - now with pictures!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top