From: Vincent Vanwaelscappel Date: Wed, 27 Sep 2017 14:29:00 +0000 (+0200) Subject: wip #1689 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=22af7d02b8252876af8348515102e1ad98961db2;p=fluidbook-html5.git wip #1689 --- diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index f05a43cc..4360a40d 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -846,7 +846,7 @@ Fluidbook.prototype = { offset.left += ($(e).width() / 2); offset.top += ($(e).height()); try { - ExternalFileUtil.openWith(url, types_ios[type], function () { + ExternalFileUtil.openWith(decodeURIComponent(url), types_ios[type], function () { $this.hideLoader(); }, function () { $this.wopen(url, "_blank", 'location=no');