No success with Windows.UI.ViewManagement.InputPane.GetForCurrentView().TryHide();
Asked
Active
Viewed 25 times
0
-
2Did you look here too? http://stackoverflow.com/questions/26679406/how-to-hide-windows-phone-8-1-soft-keyboard-effectively – WhiteViking Sep 18 '15 at 20:37
-
If you did find a way to do it, Microsoft would more than likely not accept your application for the store – Glen Thomas Sep 18 '15 at 20:38
1 Answers
0
The keyboard appears when the the user can enter some input, eg when a textbox has the focus. The hide the keyboard set the focus to an element the doesn't accept input like a dropdown or a disabled textbox.

Luc
- 1,491
- 1
- 12
- 21