From: Vincent Vanwaelscappel Date: Thu, 27 Mar 2014 15:53:53 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ae1734163d8a059c859934ea0ff06285ee10c16c;p=fluidbook-html5.git --- diff --git a/js/libs/fluidbook/fluidbook.js b/js/libs/fluidbook/fluidbook.js index 37e97d27..2685b9dc 100644 --- a/js/libs/fluidbook/fluidbook.js +++ b/js/libs/fluidbook/fluidbook.js @@ -1277,8 +1277,8 @@ Fluidbook.prototype = { if (types_android[type] != undefined) { this.displayLoader(); setTimeout(function() { - webintent.startActivity({ - action: webintent.ACTION_VIEW, + CDV.WEBINTENT.startActivity({ + action: CDV.WEBINTENT.ACTION_VIEW, type: types_android[type], url: url }, function(args) {