Buon sabato mattina,
ho una pagina con diverse TextField e i pulsanti "Salva" e "Annulla" rimangono sotto la tastiera, ho un modo per nascondere la tastiera?
Grazie
Buon sabato mattina,
ho una pagina con diverse TextField e i pulsanti "Salva" e "Annulla" rimangono sotto la tastiera, ho un modo per nascondere la tastiera?
Grazie
Private Sub CloseKeyboard
Log("Oper DropDown")
#if B4A
Dim Ph As Phone
Ph.HideKeyboard(Activity)
#else if b4i
Page1.RootPanel.As(NativeObject).RunMethod("endEditing:", Array(True))
#End If
End Sub
B4XPages
B4X:
Private Sub CloseKeyboard
Log("Oper DropDown")
#if B4A
Dim Ph As Phone
Ph.HideKeyboard(B4XPages.GetManager.GetTopPage.Parent.NativeType)
#else if b4i
Root.As(NativeObject).RunMethod("endEditing:", Array(True))
#End If
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.