Jmu5667 Well-Known Member Licensed User Longtime User May 28, 2020 #1 Hi Just wondering if it would be possible to have a new keyboard type PHONE to allow numbers and the PLUS (+) available for entering in phone numbers. The existing Numbers is great with the Show Accept Button to overcome the issue with iOS keypad. Regards John.
Hi Just wondering if it would be possible to have a new keyboard type PHONE to allow numbers and the PLUS (+) available for entering in phone numbers. The existing Numbers is great with the Show Accept Button to overcome the issue with iOS keypad. Regards John.
Erel B4X founder Staff member Licensed User Longtime User May 31, 2020 #2 You can change it like this: B4X: Dim tf As TextField = B4XFloatTextField1.TextField tf.KeyboardType = tf.TYPE_PHONE_PAD
You can change it like this: B4X: Dim tf As TextField = B4XFloatTextField1.TextField tf.KeyboardType = tf.TYPE_PHONE_PAD