I have problem with double jump on android. I wrote simple double jump game. It work good on localhost when i test it. It work good in browser (http://alfateam.cal.pl/jump/).
But when i make android wersion using Intel XDK, double jump work bad. Its always double jumping even if i just touch screan one time (and wery fast).
Link to android file : https://www.dropbox.com/s/95mtt0xmyxh0y ... 081611.apk
It works good on android emulator also.
Develop games in your browser. Powerful, performant & highly capable.
Is your android older than 4.0 ?
Because older android versions runs intel xdk in native browser. Native browser of android can't handle the touch object i got the same problem with my game. The best android browser is chrome and it runs only on android 4+ in intel xdk.. Check cocoonjs i like it more then intel xdk at the moment because I used cocoonjs and it works great and smooth on every android version : https://play.google.com/store/apps/deta ... eebeStudio
Your game works good on my phone. I have android 4.3 so it should be just fine.
I will try use cocoonjs.
After compiled through cocoonjs it works just fine.