ionic-cache-src
ionic-cache-src copied to clipboard
A Ionic Plugin for caching, works for any tags, and will show a progress circle when the download is not done
There is a dependency towards ionic in bower. However, now that ionic is only maintained with npm (not anymore with bower), I have ionic installed with npm. How do I...
I've juste tested all version from 0.4 to 0.7 : the demo works on ios but never on android Any idea ?
I had images loading from Firebase Storage via the url their service provides when the image is saved there. I've added ionic-cache-src per the docs and added the `encode-uri="false"` with...
Hi, I have a problem with using dynamic source. My app's idea is to go to firebase and retrieve an array of links of videos, and play the videos one...
Looks like there is problem with the method call getCacheDir() in cacheSrcStorage.It is returning undefined instead of data directory. Also, a question not directly related though. Is it possible to...
I look at the docs and it mentions this ``` Custom the progress circle it accepts all options for angular-svg-round-progressbar , except for current ``` So I presume your progress...
Instead of downloading automatically observing the cache-src tag, is it possible to trigger the download manually? I want to choose what will be stored.
Hi, Once again thanks for taking the time to create this plugin, it really has been a life saver for me. I am in the process of taking my app...