Soft Keyboard
In B4a is it necessary to manage for each edittext to hide the keyboard when the input is finished?
Using the methods (IME.HideKeyboard) or (Phone.HideKeyboard (Activity))
If we set objects NOT of type EditText, and we set them as Focusable with methods
setFocusable (Boolean)
setFocusableInTouchMode (Boolean)
why does the keyboard NOT hide itself automatically?
Thanks.
In B4a is it necessary to manage for each edittext to hide the keyboard when the input is finished?
Using the methods (IME.HideKeyboard) or (Phone.HideKeyboard (Activity))
If we set objects NOT of type EditText, and we set them as Focusable with methods
setFocusable (Boolean)
setFocusableInTouchMode (Boolean)
why does the keyboard NOT hide itself automatically?
Thanks.