mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-18 15:22:16 +00:00
Add explanation to sound hack
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user