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

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -