I unfortunately can't share the code as this is for a client, but I'll explain the situation.
I have an Entry and a button. Clicking the button hides the entry. If I first click on the entry (bring up the keyboard), then click the button to hide the entry while the keyboard is shown, the keyboard does not go away.
I have some questions:
- Is this a bug? It seems as if making an Entry's IsVisible should make the keyboard disappear but it does not.
- Shouldn't a keyboard disappear by default when clicking a button?
- How can I force the keyboard to hide as a workaround to this issue when the button is clicked.