Hi! I built a game and compiled it with CocoonJS and installed the debug/signed .apk on my android device. But when I click on a button which has the following actions, the GoTo is not fired:
On Touch
> Play Sound
> Wait 2 sec (so the sound can be heared, first time works without wait on pc but second time on the layout the sound was cut off)
> GoTo Layout (GAME)
But it does not switch to the other layout. Is this a bug?