imgcache.js icon indicating copy to clipboard operation
imgcache.js copied to clipboard

LocalFileSystem undefined.

Open mumbaresachin opened this issue 10 years ago • 1 comments

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" />

mumbaresachin avatar Feb 10 '15 14:02 mumbaresachin

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.

chrisben avatar Feb 17 '15 20:02 chrisben