phonegap / phonegap-plugin-contentsync

Download and cache remotely hosted content
Apache License 2.0
206 stars 98 forks source link

Incomplete copy if app is terminated too early #113

Open tripodsan opened 8 years ago

tripodsan commented 8 years ago

The local sync copies the files directly to the destination directory. If the application is terminated before the sync is complete, it will not resume the next time the application starts - e.g. the application has no way to figure out that the copy was incomplete.

suggest:

macdonst commented 8 years ago

@tripodsan which platforms do you see the behaviour on?