문제

In my WinRT/C# app I have a XAML file with various input boxes (TextBox). Each textbox has an InputScope property defined, thus the on-screen keyboard should display individually (e.g. for InputScope="Number").

In the Win8 Release Preview the InputScope yielded the correct result and showed different keyboard layouts. Now I've switched to the Win8 RTM and this seems not to work anymore. Regardless to the InputScope property value, the on-screen keyboard layout is everytime the same (default) layout.

Somebody who can reproduce this or can give me a hint how to fix this?

도움이 되었습니까?

해결책

I just did the following test...

<TextBox InputScope="Number"/>

and it worked correctly. Also tried it with several other inputscopes and they all worked correctly as well.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top