cordova-app-loader icon indicating copy to clipboard operation
cordova-app-loader copied to clipboard

Remote Updating HTML files?

Open ronakkaria opened this issue 8 years ago • 2 comments

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.

ronakkaria avatar Aug 16 '16 11:08 ronakkaria

We put all html files into a templates.js file and only update this file when changing html files.

originrobot avatar Sep 22 '16 06:09 originrobot

@originrobot Could you please provide some more information or example how you put your html files into a templates.js and then load it?

o-filip avatar Sep 29 '16 08:09 o-filip