I'm trying to hide the keyboard after a user inputs their name with an inputdialog.
For example:
The trouble is, it doesn't hide the keyboard.
Am I doing something wrong?
For example:
B4X:
result=i.Show("Enter your name for the top scores list.","Save scores?","OK","","No Thanks",Null)
dim p as phone
p.HideKeyboard(Activity)
The trouble is, it doesn't hide the keyboard.
Am I doing something wrong?