Add explanation to sound hack
This commit is contained in:
parent
21db255386
commit
602e509f35
|
@ -18,6 +18,7 @@ Polymer({
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
attached: function() {
|
attached: function() {
|
||||||
|
// mobiles don't like autoplay - the first play must be triggert by user interaction
|
||||||
var that = this;
|
var that = this;
|
||||||
var hackListener = function() {
|
var hackListener = function() {
|
||||||
that.volumes.blop = 0.1;
|
that.volumes.blop = 0.1;
|
||||||
|
|
Loading…
Reference in New Issue