[Webkit-unassigned] [Bug 177292] Audio stream volume example doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 9 10:41:23 PST 2017


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

Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from Eric Carlson <eric.carlson at apple.com> ---
An AudioContext can only be started from within a touchend handler on iOS. Add something like audioContext.startRendering() in a touchend event handler makes the attached test case work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171109/957f1b59/attachment.html>


More information about the webkit-unassigned mailing list