cordova-app-loader
cordova-app-loader copied to clipboard
Remote Updating HTML files?
Does this library help in remote updating HTML files or am I just doing something wrong?
The manifest.json in the README, includes a "template.html" file. So I assume that it's possible?
But for some reason, my app just reloads after update() is called, and uses the original html file.
We put all html files into a templates.js file and only update this file when changing html files.
@originrobot Could you please provide some more information or example how you put your html files into a templates.js and then load it?