Hi,
I'm curently trying to sell some of my games to a publisher, and my games can't pass the tests for one reason :
When touching a link object, it opens a new tab but when you go back on the game, the game is not responsive anymore (freezing). Happens only on Android 4.1.2 on stock browser, but it's a requirement to work on it.
After asking another developer who encountered the same issue, it seems that it's the requestAnimationFrame that cause the problem. I just have to reset it on focus event.
But how can I do it in C2? Is it even possible? Is it not possible to workaround, ie forcing the game to be responsive (set time scale)? I'm such a newbie in programming so it's difficult for me to understand those code things.
Thank you in advance.