imgcache.js
imgcache.js copied to clipboard
LocalFileSystem undefined.
Hi I am using visual studio Apache cordova project with angualrjs. i am using ngImgCache wrraper for angualr to call imagecache.js. But when i run it i am geeting error on windows.requestfilesystem where LocalFileSystem is null. can you please let me know where i am missing. ios version: 8.0 cordova: 3.6.3 <vs:plugin name="org.apache.cordova.device" version="0.2.12" /> <vs:plugin name="org.apache.cordova.file" version="1.3.1" /> <vs:plugin name="org.apache.cordova.file-transfer" version="0.4.6" /> <vs:plugin name="org.apache.cordova.console" version="0.2.11" />
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 should find tips there.