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

mysql - java.sql.SQLException Parameter index out of range (1 > number of parameters, which is 0) -

c - ALSA programming: how to stop immediately -