Hi! I've created a simple app (Sencha Touch + PhoneGap) but it seems very slow: when I tap on a button, there is a delay before show response. Why this??
I think what you're experiencing is the delay the browser adds before registering a button click/tap event. Try using the "touchstart" event instead of "tap", and see if the delay is gone. Of course, it will screw up your scrolling, so you'll have to implement something like what Google has with their mobile gtalk app.