iOS Question TextField to accept only numbers

carchek

Member
Licensed User
Longtime User
Hello guys,

I've been trying to fix this problem but I can not seem to get the results. I have few TextFields in my app for which I would like, that they only accept numbers. I've been searching for this in the designer via properties but nothing was found.

Thanks for your help,
Gregor
 

stanmiller

Active Member
Licensed User
Longtime User
You can set the soft keyboard type for the field in the designer. However, iPad's still gives access to the full keyboard.

1_b4i_decimal_key_pad_zpsdz1btf7w.jpg


See this related thread for suggestions and workarounds.

Mask Text Field XXX.XXX.XXX-XX
https://www.b4x.com/android/forum/threads/mask-text-field-xxx-xxx-xxx-xx.50673/#post-316968
 
Upvote 0
Top