Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use cordoba-app-loader in ionic ,update(loader.update()) failed #74

Open
newhzh opened this issue Dec 11, 2015 · 3 comments
Open

use cordoba-app-loader in ionic ,update(loader.update()) failed #74

newhzh opened this issue Dec 11, 2015 · 3 comments
Labels

Comments

@newhzh
Copy link

newhzh commented Dec 11, 2015

check() success,
download() success,(I can find the files in filesystem in chrome)
update() failed.

@originrobot
Copy link

Hi newhzh,

I'm also using it in ionic, and the same problem as yours.

What's more, there is another issue: we use template html file for UIs and what if these files are changed? Seems no easy way to handle this case with cordova-app-loader. Do you use template?

@markmarijnissen
Copy link
Owner

Can you give me a minimal complete test case?

You can simply add the html files to your manifest files. How is this a problem?

@pengkobe
Copy link

you can't update because it throw an error at onDone(cordova-app-loader-complete.js,line 498), the onSingleDownloadProgress function seems undefined, after i change to this
if(onSingleDownloadProgress){ onSingleDownloadProgress(new ProgressEvent()); },it update successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants