chrisben / imgcache.js

JS library based on the File API to cache images for offline recovery (target: cordova/phonegap & chrome)
Other
826 stars 216 forks source link

Jquery Mobile/DrupalGap/Cordova useCachedFile abnormality #218

Open gs9999 opened 7 years ago

gs9999 commented 7 years ago

I am experiencing a malfunction ( my script doesn't execute properly), when I call the useCachedFile command. I can set the cache, but when it comes time to read it I am experiencing some kind of malfunction.

There is a type error 'uri.length' object type error that is executing in the console log.

I don't know... can someone start me off on some sort of direction to look? I am alternatively going to try to implement my own caching system using the cordova file system, but thought I would check first with you folks.

GS