Hi all. I'm writing WRT widget which display at homescreen some images from phones file system. Native application updates that images, and to get rid of "Allow application to access user data" new images overwritten to same file. Images updated by javascript
It all works fine on C7-00 and C6-00, but on N8 and X7-00 images not updated. I've tried to use 2 files and to switch between them, but image shows first values of that files, and not shows updated content.Code:image.src = "some_file_path";
So my question is how to disable caching of the image content?
Thanks in advance!

Reply With Quote


