hibrid0 Active Member Licensed User Longtime User Oct 19, 2018 #1 Hi to all peope in the forum. I want to know how can invoke keyboard first capital letter when the user touch an edittext.
Hi to all peope in the forum. I want to know how can invoke keyboard first capital letter when the user touch an edittext.
Erel B4X founder Staff member Licensed User Longtime User Oct 19, 2018 #2 Set the input type to: B4X: EditText.InputType = Bit.Or(0x00004000, 0x00000001) 'TYPE_TEXT_FLAG_CAP_SENTENCES + TYPE_CLASS_TEXT Upvote 0
Set the input type to: B4X: EditText.InputType = Bit.Or(0x00004000, 0x00000001) 'TYPE_TEXT_FLAG_CAP_SENTENCES + TYPE_CLASS_TEXT