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. I tried <input android:inputType="phone" name="amount" value="1.00" maxlength="9" class="formField"/> it does not work.. please help -- 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.
