-
Trying to get the delta updates working on the `phonegap developer app` but it appears that the `merge` isn't quite working on iOS and wp8.
So the initial content sync:
```
uri = encodeURI(options.a…
-
If I sync content via
`ContentSync.sync({id: 'mycontent', type: 'local'})`
it will crash the whole app crashes on iOS, if the local content does not exist.
2015-08-03 14:25:34.046 Event Guide[523:28…
-
Hi,
I use this (great) plugin to download assets for an existing application and i've set the `type` param to `local` to prevent existing files to be re-downloaded.
`var sync = ContentSync.sync({ sr…
-
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 cre…
-
My scenario is
`app.zip`
`sub01.zip`
`sub02.zip`
Now I want to first download `app.zip`, then unzip `sub01.zip` and `sub02.zip` inside `app` folder.
```
app
|
+-- sub01
|
+-- sub02
```
How can…
hashg updated
9 years ago
-
The docs for the complete event seem to imply that the plugin will unzip for you. I think it needs to be made more clear. To be honest, the section that begins: "ContentSync.unzip || Zip.unzip - Conte…
-
How does this plugin supposed to behave on the iOS Simulator?
I persist the contentsync folder with localStorage, currently, on the simulator, the contentsync folder is missing
/Users/me/Library/Dev…
-
I forked the phonegap developer app and added some 3rd party plugins.
I can test that the plugins are loaded if I add an alert box `alert(my.plugin);` to www/js/app.js
. This shows me that a object is…
-
It would be nice and more understandable that "local" with "copyRootApp" with src = "null" checked if the directory exists, or just some way to identify this case from Javascript.
The use case for th…
-
Hey,
Can we change the plugin ID from "com.adobe.phonegap.content-sync" to "com.adobe.phonegap.contentsync" as package names can't have hyphens in Java?