Hello,
I want to detect if the option "Show the touch keyboard when not in tablet mode and there's no keyboard attached" on or off in Settings->Typing.
Is there any way or API which could help me to do that?
Thanks.
Hello,
I want to detect if the option "Show the touch keyboard when not in tablet mode and there's no keyboard attached" on or off in Settings->Typing.
Is there any way or API which could help me to do that?
Thanks.
Hello,
Welcome to Microsoft Q&A.
Currently UWP does not provide related APIs to detect the setting item "Show the touch keyboard when not in tablet mode and there's no keyboard attached".
If you need users to open related options, you can try to evoke the setting application await Launcher.LaunchUriAsync(new Uri("ms-settings:typing"));
Thanks.
13 people are following this question.
How to write and read multiple types of data using Data Writer and Data Reader
Consuming UWP mail api from WPF Desktop Bridge App
Get Network usage information in UWP apps
How to Get/Set Cookies in Windows.Web.Http API
Switch the ListView Datatemplate from one data template to another data template?