I am using the FileDialog. Everything works correct except it does not close the keyboard.
Any ideas?
B4X:
Private sf As Object=fd.ShowAsync("Save file: " ,"OK","Cancel","",Null,False)
wait for (sf) dialog_result (rt As Int)
If rt=DialogResponse.POSITIVE Then
ToastMessageShow(fd.ChosenName , False)
End If
Any ideas?