I’ve implemented textbox.Keydown event in my wp7 project to lose focus and make soft keyboard hide on key press.It works fine with US soft keyboard.But when i change the system language and key board to Japanese the key down event is not called when i press the keys and are able to insert text using keyboard.
How to solve this?
I’ve implemented textbox.Keydown event in my wp7 project to lose focus and make soft
Share
You try to subscribe to the
TextChangedevent instead.