ramshreyas Posted June 28, 2016 Share Posted June 28, 2016 Hi, I'm trying to load 21 Base 64 encoded images, and about 30% of the time, it hangs; the completion callback is never hit: var loader = new PIXI.loaders.Loader(); // 'urls' has 21 elements urls.forEach(function(url) { loader.add(url); }); loader.load(function(loader, resources) { // this is only called 30% of the time onAssetsLoaded(); }); Any advice? (It's running in a WKWebView on iOS; there's a good chance the app might be running out of memory, but there's no error generated, it just never finishes.) Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.