How do you get the number keypad to come up in an iPhone webApp? - Stack Overflow most recent 30 from stackoverflow.com2009-12-21T08:44:31Zhttp://stackoverflow.com/feeds/question/279475http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/279475/how-do-you-get-the-number-keypad-to-come-up-in-an-iphone-webapp8How do you get the number keypad to come up in an iPhone webApp?commanda2008-11-10T22:52:06Z2008-12-06T23:26:02Z
<p>On a web page that is to be displayed on an iPhone, is there a way to get the number pad to come up when the user taps in the field, instead of the qwerty keypad? </p>
<p><a href="http://www.bennadel.com/blog/1197-Defaulting-To-The-Numeric-Keyboard-On-The-iPhone.htm" rel="nofollow">This guy says here's how to do it</a>, but as of 2.0, this "feature" was disabled. </p>
<p>I'm guessing there's some fancy javascript to employ to get around this limitation? </p>
http://stackoverflow.com/questions/279475/how-do-you-get-the-number-keypad-to-come-up-in-an-iphone-webapp/298938#2989381Answer by August for How do you get the number keypad to come up in an iPhone webApp?August2008-11-18T14:46:53Z2008-11-18T14:46:53Z<p>Yes, this used to be possible by including the word "zip" in your text field's name attribute. Unfortunately, Apple seems to have removed this in 2.0 and later. I suggest you file a bug.</p>
http://stackoverflow.com/questions/279475/how-do-you-get-the-number-keypad-to-come-up-in-an-iphone-webapp/346972#3469720Answer by Lee for How do you get the number keypad to come up in an iPhone webApp?Lee2008-12-06T23:26:02Z2008-12-06T23:26:02Z<p>You can make calls from JavaScript to Objective-C and then display what ever you want. If you want a framework to help you out you could check out QuickConnectiPhone. It is available at https://sourceforge.net/projects/quickconnect/.</p>
<p>You could also check out <a href="http://tetontech.wordpress.com" rel="nofollow">http://tetontech.wordpress.com</a>. This is the develpment blog for QuickConnect. It has some example code in addition to that which is included in the sourceforge download.</p>