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

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

c# - Call function from DLL -