Hi, I'm appending an unique query string in path in my fileTransfer.download wrapper. So, if there are others with the same issue, it can be helpfull to add something like:
var ios_fix= ""; if(Helpers.isCordovaIOS()) ios_fix= "?v="+Math.random();//against iOS caching
/* ... */
fileTransfer.download(
img_src+ios_fix,
filePath+ios_fix,
nearby
Hi, I'm appending an unique query string in path in my
fileTransfer.downloadwrapper. So, if there are others with the same issue, it can be helpfull to add something like:nearby
imgcache.js/lib/imgcache.js
Line 664 in 71fa146