You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
check() success,
download() success,(I can find the files in filesystem in chrome)
update() failed.
The text was updated successfully, but these errors were encountered: