Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 1a056d0

Browse files
author
Anis Kadri
committed
Issue #110 Updating README.md
1 parent da3494a commit 1a056d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ The progress events described above also apply for these methods.
213213
ContentSync.PROGRESS_STATE[1] = 'Downloading the media content...';
214214
```
215215

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+
216220
## Working with the Native File System
217221

218222
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

Comments
 (0)