Last active
February 11, 2018 01:52
-
-
Save marianocodes/ad4f015d025ba97d16dcf05e349ce1a7 to your computer and use it in GitHub Desktop.
cachejs config.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<access origin="*" /> | |
<access origin="cdvfile://*" /> | |
<allow-intent href="cdvfile://*" /> | |
<feature name="Device"> | |
<param name="ios-package" value="CDVDevice" /> | |
<param name="android-package" value="org.apache.cordova.device.Device" /> | |
</feature> | |
<feature name="File"> | |
<param name="ios-package" value="CDVFile" /> | |
<param name="android-package" value="org.apache.cordova.file.FileUtils" /> | |
</feature> | |
<feature name="FileTransfer"> | |
<param name="ios-package" value="CDVFileTransfer" /> | |
<param name="android-package" value="org.apache.cordova.filetransfer.FileTransfer" /> | |
</feature> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment