user interface - When does the touch keyboard popup? -
i'm working on non-touch device (regular pc...) keyboard. i've written windows 8 app, includes textbox.
i want launch touch keyboard, when user uses device without keyboard (=tablet/phone). how can test it?
i.e. when use visual studio simulator windows 8 , choose "taps" gesture, virtual touch keyboard still won't popup. there specific moment windows using keyboard automatically? i'd test touch keyboard check inputscope (i.e. inputscope="number") , 'look of app', when keyboard pops up.
if needed, textbox looks this:
<textbox inputscope="number"/>
edit: keyboard pops (i don't know why...). i've started simulator , used "taps" gesture , keyboard didn't pop up. after restarting simulator ~5 times, pops now, inputscope not number...
visual studio 2012 comes simulator can run windows 8 app in. on right of that, may notice buttons near top, 1 that's pointer , that's finger. if use finger, input touch input, if there no keyboard.
Comments
Post a Comment