]> _ Git - fluidbook-html5.git/commitdiff
wip #1689
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Sep 2017 14:29:00 +0000 (16:29 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 27 Sep 2017 14:29:00 +0000 (16:29 +0200)
js/libs/fluidbook/fluidbook.js

index f05a43cc6665b6bf8cd5c1ba1fe3d7da7f113190..4360a40d0d9bd67f0d8757793661b37eddc349a7 100644 (file)
@@ -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');