On Apr 18, 4:11 pm, Shib <[email protected]> wrote: > Hi > > I have an HTML/JSP page which is supposed to run on Android phone. > Theres an Amount field, clicking on should pop up the Numeric Keypad > instead of Default keypad. > > I am not able to find the code(HTML code) which should bring the > numeric keypad.
Try type=number. I don't know if it works in android but apparently it does in mobile safari and it's in HTML5: http://diveintohtml5.org/forms.html#type-number -- You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en.
