Hi, I'm developing an HTML 5 game, and in Chrome the animation looks great, but in firefox not! I searched over the Internet and I found a solution that I need to change some settings like: config, and they are:
webgl.force-enabled=true webgl.msaa-force=true layers.acceleration.force-enabled=true gfx.direct2d.force-enabled=true stagefright.force-enabled=true
I change these settings manually and the animations look great in Firefox. Now my question is: how can I do this using javascript? Is it possible?
javascript html5 firefox animation canvas
liquid boy
source share