I am currently working in a UWP application. I have a situation where I need to open the taptip keyboard. The device needs to be in desktop mode and the keyboard should open on a button click. Is there any way I can achieve this functionality?
- I know it works fine in tablet mode when a text box gets focus but I need to get it done in desktop mode and on a button click.
- I know it can be done from a console application using System.Diagnostics.Process but I need a way around for uwp app.