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

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -