N Nitin Joshi Active Member Licensed User Longtime User Mar 26, 2021 #1 I would like to know how to hide keyboard for B4XPages like code mentioned for B4A Activity. hide keyboard: Dim p as phone p.HideKeyboard(Activity)
I would like to know how to hide keyboard for B4XPages like code mentioned for B4A Activity. hide keyboard: Dim p as phone p.HideKeyboard(Activity)
N Nitin Joshi Active Member Licensed User Longtime User Mar 26, 2021 #3 LucaMs said: Tried p.HideKeyboard(Root)? Click to expand... Perfect!!! Thank you very much Upvote 0
aeric Expert Licensed User Longtime User Mar 26, 2021 #4 LucaMs said: Tried p.HideKeyboard(Root)? Click to expand... I thought I only can use IME library. Thanks for the tips. Upvote 0
LucaMs said: Tried p.HideKeyboard(Root)? Click to expand... I thought I only can use IME library. Thanks for the tips.