chrisben
chrisben
A similar issue with Android: #84 . Can you target another OS to test? As reported in this issue, several problems with the file plugin for Android. Could you perhaps...
Indeed there should be no need to directly use the cached version of the files as soon as you have cached them, you can keep the online version. The cached...
@mo3taz-abdallh from another post I've seen you use an old version of cordova, did you try a newer version to see if it fixes this download issue? Did you test...
Hi @msandt3 , I didn't know about that angular wrapper, thanks for the link I will check it out. The init method is mostly just creating the cache folder using...
javascript code doesn't randomly skip instructions. I suppose your javascript environment doesn't implement "console", see [this stackoverflow](http://stackoverflow.com/questions/14086675/which-browsers-support-console-log), or rather its output is not given to you. You can now overload...
@msandt3 does the feedback from @ssandison helps you there?
I haven't made plans for that yet. I hope to be able to check the last modified date / etag of the online files and compare them with the previous...
I see that the createCacheDir called by ImgCache.init method doesn't call the error callback in case of failure, that's why your 'error creating cache' log entry doesn't show up. This...
Now with the code in the master branch the error callback will get called on this kind of error.
Can you reproduce this issue on both iOS and Android? Perhaps it's a problem during the build process then, are you using phonegap build or you compile things yourself? It...