We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c469ec commit 5990ed3Copy full SHA for 5990ed3
1 file changed
v3/src/sound/webaudio/WebAudioSoundManager.js
@@ -81,7 +81,11 @@ var WebAudioSoundManager = new Class({
81
return sound;
82
},
83
/**
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
+ *
87
* @private
88
+ * @method Phaser.Sound.WebAudioSoundManager#unlock
89
*/
90
unlock: function () {
91
var _this = this;
0 commit comments