commit 602e509f3514c0989b0e8af763bd01adef9f258a parent 21db25538608ccdf76ed47020818249b1d9e06fe Author: Robin Linus <robin_woll@capira.de> Date: Sun, 3 Jan 2016 03:06:51 +0100 Add explanation to sound hack Diffstat:
M | app/elements/sound-notification/sound-notification.html | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/app/elements/sound-notification/sound-notification.html b/app/elements/sound-notification/sound-notification.html @@ -18,6 +18,7 @@ Polymer({ } }, attached: function() { + // mobiles don't like autoplay - the first play must be triggert by user interaction var that = this; var hackListener = function() { that.volumes.blop = 0.1;