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 by-default 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
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 by-default 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