Problem Description
Images loaded from url on android seems like they are kept in memory. (intel xdk crosswalk export)
While normal browsers simply load them in from url each time, android does this only ones per image.
This is a problem because i want to change the images on the server, then load the new ones in.
As in each day a different picture.
Expected Result
Images loaded from url each time, instead of memory even if they are already loaded once. (on android)
Construct 2 Version ID
Latest