Wish B4XFloatTextField - Keyboard type

LucaMs

Expert
Licensed User
Longtime User
Note that you can access the internal field and modify it:
B4X:
Dim et As EditText = B4XFloatTextField1.TextField
et.InputType = ...
This allows you to set more keyboard types.
Yes, but I would have to try to figure out how to do it for B4i too, which I don't have.

For the moment it's not worth it, it's too tiring :p; I allowed to enter any character and then use IsNumeric for...!
 
Top