I'm trying to close keyboard into a CustomLayoutDialog, but doesn't work.
why?
thank in advance
why?
B4X:
Dim ime As IME
ime.Initialize("ime")
ime.HideKeyboard
or
Dim aphone As Phone
aphone.HideKeyboard
thank in advance