소스 검색

Add explanation to sound hack

Robin Linus 9 년 전
부모
커밋
602e509f35
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/elements/sound-notification/sound-notification.html

+ 1 - 0
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;