1 decade ago by chrisdarroch
So I'm attempting to get the game I'm toying with working on a mobile device. When I load it on my iPhone 4, the progress bar for the game loading appears, gets to 80%, then just hangs forever.
Turning on Safari's developer mode, it seems that the lib/impact/image.js file is taking too long when running the resize loops @ line 107.
The image.js error might be an isolated case, but there are plenty of other public game demos that seem to have a similar problem where loading hangs: http://phoboslab.org/ztype, mantrakid.com/secret and prototype.v-design.pl all seem to have this problem.
Turning on Safari's developer mode, it seems that the lib/impact/image.js file is taking too long when running the resize loops @ line 107.
The image.js error might be an isolated case, but there are plenty of other public game demos that seem to have a similar problem where loading hangs: http://phoboslab.org/ztype, mantrakid.com/secret and prototype.v-design.pl all seem to have this problem.