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
{{ message }}
This repository was archived by the owner on Aug 11, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,10 @@ The progress events described above also apply for these methods.
213
213
ContentSync.PROGRESS_STATE[1] ='Downloading the media content...';
214
214
```
215
215
216
+
### ContentSync.loadUrl (cordova-ios > 4.x with cordova-plugin-wkwebview-engine)
217
+
218
+
Use this API to load assets after extraction on **cordova-ios > 4.x** and **cordova-plugin-wkwebview-engine**. Do not use `document.location` as it probably won't work. Make sure to prefix your url with `file://`
219
+
216
220
## Working with the Native File System
217
221
218
222
One of the main benefits of the content sync plugin is that it does not depend on the File or FileTransfer plugins. As a result the end user should not care where the ContentSync plugin stores it's files as long as it fills the requirements that it is private and removed when it's associated app is uninstalled.
0 commit comments