mariogarranz Posted May 4, 2015 Share Posted May 4, 2015 Android stock browser has a bug that causes the RAF to freeze when it loses focus, even it the tab gains focus again.I created a workaround for this, forcing raf.stop(); and raf.start(); everytime the tab gains focus. This workaround worked fine until I updated some games to version 2.3, then it crashes games with the following error: Uncaught TypeError: Property 'cancelAnimationFrame' of object [object DOMWindow] is not a functionI checked the RequestAnimationFrame update history, and nothing has changed there in version 2.3, but the same game doesn't have this bug with older versions.Any idea on why this may be happening just with 2.3? Link to comment Share on other sites More sharing options...
Recommended Posts