Search code examples
iphoneweb-applicationsdashcode

how to prompt a numpad in an iphone web app?


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


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.