HideKeyboard
See original GitHub issueDescription
Currently we don’t have an option to hide the keyboard and we have to use platform specific code
it will be great if you include this in MAUI
Public API Changes
Device.HideKeyboard
Intended Use-Case
This is required to hide the keyboard and start another function such as show a busy indicator or a message once the user has completed typing especially with the fix number entries, eg. PIN
Issue Analytics
- State:
- Created 2 years ago
- Reactions:7
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Best way to hide keyboard in Android
I would like to know the best way to hide keyboard after entering the text to EditText. 1) setonfocuschangelistener : Does this listener...
Read more >Hide keyboard - appium - Read the Docs
Hide Keyboard. Hide soft keyboard. Example Usage. // Java driver.hideKeyboard(); # Python self.driver.hide_keyboard() // Javascript // webdriver.io example ...
Read more >Force Hide Keyboard Android
You can force Android to hide the virtual keyboard using the InputMethodManager, calling hideSoftInputFromWindow , passing in the token of the window containing ......
Read more >HideKeyboard method
The hide keyboard method block is mostly only useful for multiline text boxes. Single line textboxes will hide the keyboard automatically ...
Read more >appium.hideKeyboard | API Reference
Complete API reference for the appium.hideKeyboard Nightwatch command/assertion.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@jrahma sorry for the confusion, we now realize this was a feature proposal and not a bug report. You can ignore the comments from the msftbot account - this won’t be closed.
Yes that works for Hide but not for ShowKeyboard when TapGesture