Is there a way in android to invoke a numeric only keypad, i.e. a virtual keypad that contains only the numbers 0 to 9 and a \".\" sign?
Make sure you only have:
and not both:
The latter, ie using both numeric and digits was not working for me. However, using only numeric works.