I have an app that you need to type in numbers into Edit Objects. When the Edit Object has focus,.the keyboard pops up and then the user needs to switch to numbers. Is there a way to set the keyboard to pop up and already be on numbers?
Printable View
I have an app that you need to type in numbers into Edit Objects. When the Edit Object has focus,.the keyboard pops up and then the user needs to switch to numbers. Is there a way to set the keyboard to pop up and already be on numbers?
check Android InputType
find an example in Help --- Examples --- Android InputType folder
Thank you very much Fernando. Absolutely perfect. :) Had to use the phone type keyboard to use the decimal point, but it works great. Thanks again..!!
you can use type: numeric with subtype: decimal (2)
Cool,.thank you again.