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

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -