phonegap / phonegap-app-developer

PhoneGap Developer App
app.phonegap.com
Apache License 2.0
2k stars 2.51k forks source link

Add WP8 contentSync support #213

Closed mwbrooks closed 9 years ago

mwbrooks commented 10 years ago

The current implementation fails erratically during the copy files step.

Unless the error is simply due to a race condition, we may need to create a plugin that can handle the copy step. If we do create a plugin, it would make sense to include all of the contentSync logic in the plugin so that the contentSync feature can be reused by other applications.

timkim commented 10 years ago

Ok, now that the async issues have cleared up on wp8 as well as the slowness issue, the app is now running into a new issue. When the app receives the zip, extracts, and deploys, it actually triggers a new zip to be generated on the server side. After receiving the new zip and deploying it, device ready doesn't fire. We will have to look at our server code to see what is exactly going on.

Might be related to this: https://github.com/phonegap/connect-phonegap/blob/master/lib/middleware/autoreload.js#L53-L60