Hey!
When i tap/click on the input field on the emulator the keyboard doesn't appear. i tried to enable the keyboard from the advance settings of emulator. but it doesn't show or do anything even when i press keys of my keyboard.
this is the simple input field.
<input id="textbox_temp1" placeholder="Enter value here..." onchange="converttemp()" type="number"/>
I am using windows 8 and SDK 2.2.1
Thanks.