How do you get the number keypad to come up in an iPhone webApp? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T08:44:31Z http://stackoverflow.com/feeds/question/279475 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/279475/how-do-you-get-the-number-keypad-to-come-up-in-an-iphone-webapp 8 How do you get the number keypad to come up in an iPhone webApp? commanda 2008-11-10T22:52:06Z 2008-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#298938 1 Answer by August for How do you get the number keypad to come up in an iPhone webApp? August 2008-11-18T14:46:53Z 2008-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#346972 0 Answer by Lee for How do you get the number keypad to come up in an iPhone webApp? Lee 2008-12-06T23:26:02Z 2008-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>