I want to specify classic touch keyboard layout(one with number bar on top) in login page of my UWP app.
I understand that it can be done by specifying InputScope="NameOrPhoneNumber" etc.
Reference https://learn.microsoft.com/en-us/windows/apps/design/input/use-input-scope-to-change-the-touch-keyboard
My question is what InputScopeNameValue should I used to get classic keyboard.
Tried AlphanumericFullWidth (41) which is the logical option, but it does not work.
I have to say that you can't set the keyboard style programmatically from your app. This is a setting inside the keyboard itself and it is controlled by the system.