Urucas / phonegap-image-cache

Phonegap plugin to cache server images in the local SD
Apache License 2.0
1 stars 2 forks source link

phonegap-image-cache

Cordova plugin to cache remote images in the local SD. For Android only and still BETA!!!

Install

cordova plugin add https://github.com/Urucas/phonegap-image-cache.git

Usage

As soon as the plugin it's installed it's fully working. The plugin override the url images request and download and stores them into the local SD for 5 days.

You can change the days using:

window.icache.config(2); // 2 days cache

TODO