chrisben

Results 78 comments of chrisben

Several similar issues reported, please have a look at: #76 #84 #91. Please state the versions you are using and the target environment.

Perhaps ImgCache.init failed. Did you see the alert? Or perhaps it failed silently. Turn ImgCache.options.debug on first, then try to add a console.log output just before you call the init...

@philipehsing Try the new Promises wrapper (QImgCache) within the latest v1.0rc1, this should be easier for you because it makes sure init is called first (and you don't need to...

qimgcache.js can be found in the js/ folder next to imgcache.js within the master branch.

Read the documentation, if you search for qimgcache, you'll find a link to an example.

It looks like you're missing the Cordova File Plugin. I would advise you to check your config xml file. Please read carefully the documentation of ImgCache (Readme.md + Cordova.md), you...

You can get the url of a cached image using ImgCache.getCachedFileURL. Please note that this is an asynchronous function, you will receive the cached url within the success callback, this...

@rregue what's the status of this issue for you? Someone tried something similar over at #98, if that helps you in any way.

I guess this is the problem described in issue #76 : did you close the application / stop the cacheFile before it has time to download the files correctly?

What is the mobile operating system you're targeting?