Android Question Hide keyboard

strupp01

Active Member
Licensed User
Longtime User
I have arranged several text fields and buttons on one panel.
If I click on a table field, the keyboard (characters or numbers) set in the designer is displayed. However, if I then do not want to enter anything and press a button, the keyboard should be hidden. What can I do ?
The command
B4X:
Sub IconButton_3Punkte_Click()
    Dunkel_Panel.RemoveView            'Panel 'Dunkel_Panel' löschen
    Text_Beschreibung.InputType = Text_Beschreibung.INPUT_TYPE_NONE
in the sub of the button has no effect.
Does anyone have an idea and can help?
 
Top