user interface - Force display of soft keyboard in Windows Phone 8 -


The Windows Phone 8 login screen and the Wallet provide a 'logon screen' where you can enter the PIN. (For example)

I want to get it in my app, but I have a hard time compelling to show soft keyboard.

Thank you

Use InputScope to get to wp:

  & lt; Text box name = "txtphoneNumber" height = "100" & gt; & Lt; TextBox.InputScope & gt; & Lt; InputScope & gt; & Lt; InputScope name = value = "number" /> & Lt; / InputScope & gt; & Lt; /TextBox.InputScope> & Lt; / Text box & gt;    

Comments

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - XML - Serialize class - Some questions -