We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c4025 commit 377ab5aCopy full SHA for 377ab5a
1 file changed
src/sound/BaseSoundManager.js
@@ -248,6 +248,17 @@ var BaseSoundManager = new Class({
248
});
249
this.emit('stopall', this);
250
},
251
+ /**
252
+ * Method used internally for unlocking audio playback on devices that
253
+ * require user interaction before any sound can be played on a web page.
254
+ *
255
+ * Read more about how this issue is handled here in [this article](TODO add link).
256
257
+ * @override
258
+ * @protected
259
+ * @method Phaser.Sound.BaseSoundManager#unlock
260
+ */
261
+ unlock: NOOP,
262
/**
263
* Method used internally for pausing sound manager if
264
* Phaser.Sound.BaseSoundManager#pauseOnBlur is set to true.
0 commit comments