Android Question AS_TextFieldAdvanced for Phone Numbers

james_sgp

Active Member
Licensed User
Longtime User
Hi, can anyone point me in the direction to be able to use the AS_TextFieldAdvanced to enter phone numbers (I need a + key), Numeric keypad is numbers only; Decimal keypad has '.' but no '+'...

Thanks to the wonderful community, for the hel...in advance.


James
 

Alexander Stolte

Expert
Licensed User
Longtime User
B4A:
B4X:
AS_TextFieldAdvanced2.NativeTextField.InputType = AS_TextFieldAdvanced2.NativeTextField.INPUT_TYPE_PHONE
B4I:
B4X:
AS_TextFieldAdvanced2.NativeTextField.KeyboardType = AS_TextFieldAdvanced2.NativeTextField.TYPE_PHONE_PAD
 
Upvote 1
Top