Skip to content

Commit 5990ed3

Browse files
Updated unlock method docs
1 parent 6c469ec commit 5990ed3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

v3/src/sound/webaudio/WebAudioSoundManager.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,11 @@ var WebAudioSoundManager = new Class({
8181
return sound;
8282
},
8383
/**
84+
* Unlocks Web Audio API on iOS devices on the initial touch event.
85+
* Read more about how this issue is handled here in [this article](TODO add link).
86+
*
8487
* @private
88+
* @method Phaser.Sound.WebAudioSoundManager#unlock
8589
*/
8690
unlock: function () {
8791
var _this = this;

0 commit comments

Comments
 (0)