Is there a way(or a library) to cache/download videos before playing them? I searched a lot on web but couldn’t find any answer. For image caching, i use ;
https://github.com/andrewmcgivery/ionic-ion-imageCacheFactory
Any Help?
Thank you in advance
Is there a way(or a library) to cache/download videos before playing them? I searched a lot on web but couldn’t find any answer. For image caching, i use ;
https://github.com/andrewmcgivery/ionic-ion-imageCacheFactory
Any Help?
Thank you in advance
Hi @serhan,
HTML5 has a video tag where there is a preload variable.
Here are 2 links to check out: