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# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -