I have a problem with virtual keyboards. I have a simple "textbox" in XAML like:
<TextBox Header="VirtualK" InputScope="Default"/>
What should I do to make the keyboard appear? To use it? I doing a Universal Windows app with Visual Studio and I need to "draw" with XAML and complete in C#.
I have tried some solution before but nothing work for me.
Thank you...