locked
Programatically show and hide keyboard RRS feed

  • Question

  • Is there a way to programatically show or hide the keyboard in a Windows 8.1 Metro App?
    Tuesday, July 1, 2014 1:52 PM

Answers

  • There is no way to invoke touch keyboard from code programatically. But you can launch, hide keyboard for custom control like in Input: Touch keyboard sample 
    Tuesday, July 1, 2014 2:18 PM
  • You can programmatically open and close the soft keyboard by applying the focus to invisible controls. It's not considered a best practice (it might confuse the end user) but sometimes is comes in handy. There's an example over here.
    Tuesday, July 1, 2014 6:36 PM

All replies

  • There is no way to invoke touch keyboard from code programatically. But you can launch, hide keyboard for custom control like in Input: Touch keyboard sample 
    Tuesday, July 1, 2014 2:18 PM
  • You can programmatically open and close the soft keyboard by applying the focus to invisible controls. It's not considered a best practice (it might confuse the end user) but sometimes is comes in handy. There's an example over here.
    Tuesday, July 1, 2014 6:36 PM