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

How to access named pipes using JavaScript in Firefox add-on? -

multithreading - OPAL (Open Phone Abstraction Library) Transport not terminated when reattaching thread? -

node.js - req param returns an empty array -