chrisben

Results 78 comments of chrisben

ImgCache is not meant to cache files that don't need to be cached (local files) so I don't expect it to work in that case. It is meant to cache...

I suggest you have a look at the [Cordova File plugin](http://plugins.cordova.io/#/package/org.apache.cordova.file) directly. Then you could implement something like [this](http://stackoverflow.com/questions/10989523/phonegap-file-copy-error-code-1#11665370) I guess.

@confile any news on that? v1.0rc1 is out now, it includes a fix for paths with iOS cordova targets. Let me know if that fixes your problem.

@mahcr did you manage to have it working without @Maistho 's pull request? I'm considering whether this PR is required or not for Ionic.

Thanks for the info. If you stop including the file transfer plugin and replace the FileTransferWrapper function with this one, would it work for you? ```js Private.FileTransferWrapper = function (filesystem)...

Could you please explain how you're running imgcache? This part of code should be triggered when running with Chrome. If you run the following in your browser console, what response...

I've just merged a PR that fixes browser detection for ionic into master, could you please check with that version?

Thanks @csicky for pointing this out. It's actually part of the documentation: > If you're using imgcache.js with PhoneGap/Cordova, ImgCache.init() must be called after the onDeviceReady event has been triggered,...

I also accept pull requests for the README :) @Defcon0 : did that fix your problem ? Let me know so that we can close this issue.

README paragraph now bold. There's also a bold statement in the CORDOVA.md document. By the way I also merged my long standing 2.x branch, 2.0.0 is out now!