Async image not working?

Monkey Targets Forums/HTML5/Async image not working?

Hezkore(Posted 2014) [#1]
The documents states that mojo.asyncloaders works on the HTML5 target.
But the only target it seems to work on is Desktop, all other targets just freeze when loading big images with LoadImageAsync and then continues when complete.
Am I doing something wrong, or is this how it's supposed to be?


Fred(Posted 2014) [#2]
I just used it for a web slideshow, it works well with HTML5.
You must know that you can't run it locally, directly from TED or Jungle. You need to put the content of the generated directory (like project.build/html5/) on a real web server (it can be on your computer, a NAS or a distant server).