问题标签 [inputscope]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
0 回答
15 浏览

uwp - 如何在 UWP 应用中指定经典键盘布局

我想在我的 UWP 应用程序的登录页面中指定经典的触摸键盘布局(顶部带有数字栏)。 在此处输入图像描述

我知道可以通过指定 InputScope="NameOrPhoneNumber" 等来完成。
参考https://docs.microsoft.com/en-us/windows/apps/design/input/use-input-scope-to-change-the -touch-keyboard

我的问题是我应该使用什么 InputScopeNameValue 来获得经典键盘。
尝试了 AlphanumericFullWidth (41) 这是逻辑选项,但它不起作用。

#Edit : 附加键盘布局 在此处输入图像描述