Calling the numeric keyboard

2012-08-19 Thread toy4fun
Hi, I've search thru the group of how to call the numeric keyboard when the focus is on . I've tried style='-wap-input-format: "*n";' and setting phone and zip in the name but without success. Any other ideas? -- You received this message because you are subscribed to the Google Groups "iPho

Re: Calling the numeric keyboard

2012-08-19 Thread Remi Grumeau 
you may want to look at http://we-are-gurus.com/labs/iui/#_inputs and http://blog.pamelafox.org/2012/05/triggering-numeric-keyboards-with-html5.html?m=1 (can't find the inputs example page in iUI repo) Remi On 19 août 2012, at 10:43 AM, toy4fun wrote: > Hi, > > I've search thru the group o

Re: Calling the numeric keyboard

2012-08-19 Thread toy4fun
Thanks for your quick reply. I've tried the method but I need the dot... I've tried setting but I'm getting a parse error message. Any advise will be welcome. On Sunday, August 19, 2012 12:28:43 PM UTC+3, Remi Grumeau wrote: > you may want to look at > http://we-are-gurus.com/labs/iui/#_input

Re: Calling the numeric keyboard

2012-08-19 Thread Mogens Beltoft
You could try type="number" to get the alphanumeric keyboard with dot comma etc. http://www.beltoft.dk/iPhone/presentation/keyboards.html I haven't seen a numeric only keyboard with dot. /Mogens On 19-08-2012 14:05, toy4fun wrote: Thanks for your quick reply. I've tried the method but I nee

Re: Calling the numeric keyboard

2012-08-19 Thread Remi Grumeau 
there is no numerical keyboard with a dot: a numerical keyboard is set for a numerical value. a numerical value doesn't have dots. it has numerics. it's like asking for an email keyboard with a space key. two options: - split input in two inputs you merge with a dot on submit - preventDefault + m

Re: Calling the numeric keyboard

2012-08-19 Thread Jeff Rogers
This numeric keypad was designed for input of phone numbers, not decimal values, thus the lack of a decimal point. I believe that recent objective c apis allow you to customize this keypad and add a decimal point, but no equivalent apis are yet available in JavaScript in Safari. Let's hope they