0

I'm writing a WPF application for a Windows tablet, and I need the virtual keyboard to open when, and only when, the user touches a text field. Until now I've been using Windows 7 and it worked as intended.

But now I am switching to Windows 10 and the virtual keyboard pops up anytime the user touches anywhere on the application (apart from buttons).

How can I make the virtual keyboard work the way it does on Windows 7?

[To activate the virtual keyboard in Windows 10 I'm going to Settings > Devices > Typing and switch on the option "Show the touch keyboard when not in tablet mode and there's no keyboard attached"]

Thanks for your help, and sorry if I messed something up, it's my first question here.

  • Does this answer your question? [Disable virtual Keyboard in Windows 10 Tablet Mode for one Application](https://stackoverflow.com/questions/40845538/disable-virtual-keyboard-in-windows-10-tablet-mode-for-one-application) – IInspectable Apr 03 '20 at 08:39
  • Thank you, but it does not answer. That user from that question wants to stop the keyboard from from opening when clicking on a text field. I want it to open, but ONLY when clicking on a text field, and not when clicking on anywhere else on the application. – Mihai Silviu Apr 03 '20 at 08:45
  • That answer explains how to stop the virtual keyboard from opening. Selectively applying that solution gets you what you're looking for. – IInspectable Apr 03 '20 at 11:39
  • Yes, I will look into that if I won't be able to find the true reason behind the behavior. Thanks again for the help, @IInspectable – Mihai Silviu Apr 03 '20 at 14:55

0 Answers0