diff --git a/app/elements/sound-notification/sound-notification.html b/app/elements/sound-notification/sound-notification.html index 9ab4169..310b738 100644 --- 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;