[Webkit-unassigned] [Bug 132852] WebAudio doesn't play sound following User Interaction on iOS+Safari

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 14 00:06:49 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132852





--- Comment #2 from Jer Noble <jer.noble at apple.com>  2014-05-14 00:07:07 PST ---
Try calling `myaudioContext.startRendering();`from within initAudioContext().

initAudioContext() is called in response to a user interaction, whereas playSong() is called in response to a timer.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list