I have 8 thumbnails that call a local variable loader to load 8 different full-size images.
For some reason as soon as I’m done viewing all 8 images and go back to see the second or third one, i’m getting a width and height of 0 and the image isn’t on the screen.
It’s the same function being called over and over.
any ideas why it would just stop working even though it’s calling the onProgress, downloading bytes, and calling on onComplete handler?