Login in sencha touch 2 through go button of android phone -


how call function on tap of go button present in smartphones in sencha touch 2 ?

you should able wire-up an event listener in application's launch function , inspect keyidentifier. can @ similar question here

document.addeventlistener("keydown", ext.bind(onkeydown, this), false); 

Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -