From: Vincent Vanwaelscappel Date: Mon, 1 Sep 2014 15:47:59 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f7ef9044a15ec7203b42665c5db747af805214ad;p=fluidbook-html5.git --- diff --git a/js/libs/gal/gal.filesystem.js b/js/libs/gal/gal.filesystem.js index 42f72df9..572aec2b 100644 --- a/js/libs/gal/gal.filesystem.js +++ b/js/libs/gal/gal.filesystem.js @@ -208,13 +208,13 @@ var u = fileEntry.toURL(); if (PLATFORM == 'ios') { - u = fileEntry.fullPath; + u = 'cdvfile://localhost/persistent/' + fileEntry.fullPath; } fileTransfer.download(url, u, function(entry) { var e = entry.toURL(); if (PLATFORM == 'ios') { - e = entry.fullPath; + e = 'cdvfile://localhost/persistent/' + entry.fullPath; } lookupTable[key] = e; entry.setMetadata(function(entry) {