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
Post a Comment