I am building a mini site for the iPhone. On that site I am having a contact form. What I was wondering is does anyone know of a way to get the iPhone's browser to bring up the standard dial pad or T9 style keyboard when the user gets to the <input type="number" /> section of the form?
So far all I can get out of it is the keyboard to come up with the special characters and numbers section already selected.
In older versions of iOS (or iPhoneOS, back then), you had to include the work "zip" or "phone" in the name attribute of the field. Which was a very stupid solution.