Keyboard Style WP7 (Mango)

I want the style (actually just changed color) on the built-in keyboard in the wp7 application. I create a Silverlight project and use it as an input, and it has a standard stylized keyboard in focus. Is there any way to customize this keyboard? I tried looking at xaml style TargetTypes, but I don't see any valid keyboard options!

Any idea on how to style a WP7 keyboard (Mango)?

thanks

+6
source share
1 answer

This is currently not possible. the keyboard is part of a system that goes beyond your controls, like launchers and pickers. The only control over the keyboard is input-scope , which allows you to choose a keyboard suitable for a numeric, URL, etc ...

+9
source

Source: https://habr.com/ru/post/907395/


All Articles