phonegap / phonegap-plugin-contentsync

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

Downloading and unzipping updates with big amount of files freezes application. #176

Open jplucinski opened 7 years ago

jplucinski commented 7 years ago

Our project is based on https://github.com/Adobe-Marketing-Cloud-Apps/aem-phonegap-starter-kit. Content sync is running on application startup, when splash page is displayed. Users with older devices need to wait up to 30 seconds for app to initialize, that’s why we decided to run content sync in background thread.

Actual result: Application freezes during content sync on iOS devices.

Expected: Content sync runs in background thread on all devices.

macdonst commented 7 years ago

@jplucinski I know you did some work on this. Do you want to send a PR?