Manage Files In Android And iOS Using IonicFramework

Hi,

i need to create an App where the user can download html files and its assets from a remote server onto the device, so the html files can be opened locally without an internet connection.

Basically a magazine library similar to dps.

I followed this tutorial, which I have working with image files: https://blog.nraboy.com/2014/09/manage-files-in-android-and-ios-using-ionicframework/

Any ideas would be appreciated.

I’m not sure downloading HTML files would be a good idea. For best performance you probably only want to download graphics and receive JSON data that you format with your already existing templates.

Am I missing something?