]> _ Git - fluidbook-html5.git/commitdiff
#1790
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 13:44:39 +0000 (14:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 11 Dec 2017 13:44:39 +0000 (14:44 +0100)
js/libs/fluidbook/fluidbook.share.js

index 2d535ddf101e61d8304a9400e8d6de295c38bc1a..28a1a6729b8be9ec95f71bbe21c76358e1af2a88 100644 (file)
@@ -32,6 +32,13 @@ function FluidbookShare(fluidbook) {
                 }
             }
         });
+
+        if (this.fluidbook.datas.phonegap == 'android') {
+            $(document).on('click', '#', function () {
+                $this.intentShare();
+                return false;
+            });
+        }
     }
 }