Control keyboard on mobile devices #4107
ositoMalvado
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I've got the same issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to be able to open and close the keyboard of my mobile device (be it android or ios) from a simple function call. I imagine something like:
page.close(keyboard)
page.open(keyboard)
Because when I use TextField with Multiline there is no way to hide the device keyboard without clicking another control or disabling TextField (what makes weird colors or handling the TextField) Sorry for my bad english, is this a good idea?
Beta Was this translation helpful? Give feedback.
All reactions