requestAnimationFrame problem (mobile web)

0 favourites
  • 4 posts
From the Asset Store
Easily add web monetization to your game and start earning money from supporting visitors.
  • 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.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • The Android stock browser is horribly broken and generally very hard to fix issues with. For this type of issue it's very risky to try and fix it, since if we kick off the game loop again using some workaround and that workaround is accidentally applied to any other platforms, then we kick off the game loop twice which will break lots of other games.

    Some vendors make modifications to the stock browser, so it may be just that for example Samsung devices exhibit the problem, which could enormously reduce the number of affected users. I've not heard of this issue before either, even though it sounds quite obvious, so I'd suspect this is the case and just one vendor's phones are affected, possibly even just one model.

    I'd suggest just telling Android users to use Chrome for Android. Not only is it far more reliable with fewer bugs, but it's much faster too.

  • The problem is: mobile HTML5 publishers and portals are increasingly demanding about stock-browsers being supported. It was a non-issue a year ago (funny enough), but now it's all different.

    Naturally, telling them to tell their users to just go with Chrome is impossible.

  • I totally agree with you Ashley, the stock browser seems horribly buggy and outdated.

    The problem is the majority of publishers absolutely ask the game to work on it. In my problem, the issue occurs only on Samsung Galaxy Tab 2 and Samsung S3, on 4.1.2 on stock browser :P It's a very precise situation.

    I just hope they will accept my games despite that but that seems compromise. Some of them refused games before because of stock browser issues with C2 -_- So to other developers: be very careful and test the games on every platform possible.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)