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.