What does useImageWorker setting do?

Hi,

I was wondering, what exactly does useImageWorker do? I am testing my app on a Samsung TV, and I noticed that images are not loading, even though they appeared fine in the browser and the simulator. I had to set useImageWorker: false for images to appear on the TV.

True By default, use a Web Worker that parses images off-thread (web only) - On systems with multiple cores it can speed up loading of images. But on single core TVs you may need to set this to false.