From d02d6c9614b95771cfd766e6379984266fe20fa5 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 1 Jul 2015 13:21:50 +0000 Subject: [PATCH] --- js/libs/fluidbook/fluidbook.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 2875571b..35dea0e7 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -1314,14 +1314,10 @@ Fluidbook.prototype = { if (this.datas.phonegap == 'android') { if (types_android[type] != undefined) { this.displayLoader(); - window.requestFileSystem(LocalFileSystem.TEMPORARY, 0, function (fileSystem) { - fb('got fs') var dest = fileSystem.root; window.resolveLocalFileSystemURI(url, function (entry) { - fb('resolved') entry.copyTo(dest, 'document.pdf', function (copyEntry) { - fb('copied'); window.plugins.webintent.startActivity({ action: window.plugins.webintent.ACTION_VIEW, type: types_android[type], -- 2.39.5