question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Description

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:closed
  • Created 2 years ago
  • Reactions:7
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hartezcommented, Mar 4, 2022

@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.

0reactions
jrahmacommented, Oct 4, 2022

@jrahma isn’t entryxname.UnFocus(); would do the trick ?

Yes that works for Hide but not for ShowKeyboard when TapGesture

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found