PlaceOfM Posted March 26, 2014 Share Posted March 26, 2014 Hello, when I run the pixijs tutorial on the following page I can´t see the turning bunny. http://www.goodboydigital.com/pixi-js-tutorial-getting-started/ There is only the green canvas but nothing inside. When I hit F5 to refresh the pagethe bunny appears. In FF or Chrome everything works fine. This failure happens only inIE11. Is there a workaround to avoid this? Thanks! Quote Link to comment Share on other sites More sharing options...
PlaceOfM Posted March 27, 2014 Author Share Posted March 27, 2014 Hi, When I load the page the first time the image width is 0. When i refresh the page the width is 400px like it should be. The problem seems to be that the image isn´t loaded before pixi draws it. I found a solution on https://github.com/GoodBoyDigital/pixi.js/issues/35 . Now I use the PIXI.AssetLoader and IE 11 shows the images the first time I visit the page. Tanks! 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.