How to determine the value of key pressed in Windows Phone 7 Numeric Keyboard? -


i hooked event handler keydown event of textbox. event handler has argument of type keyeventargs properties key , platformkeycode. issue both 1 , ! keys pressed on windows phone soft keyboard, values key , platformkeycode d1 , 49 respectively. cant tell key pressed. keyboard.modifiers static property returns "none"

so how determine key pressed?

this known issue.

keydown/onkeydown , keyup/onkeyup issues

you read input values instead , act on 1 / ! seperately.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -