Keep focus on textbox in windows phone 8 -


keep focus on textbox in windows phone, want sms app (first party app) behavior.

i have page textbox , app bar button. when enter text , hit app bar button looses textbox focus , keyboard down in sms app not that.

how can keep focus in textbox ?

currently, trying focus when hit button flickering happen right now.

you can set focus on textbox manually using focus() method call. returns true or false depending on how successful operation (focus not can set).


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -