[Webkit-unassigned] [Bug 170873] New: No audio sound in standalone webapp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Apr 15 01:16:41 PDT 2017


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

            Bug ID: 170873
           Summary: No audio sound in standalone webapp
           Product: WebKit
           Version: Other
          Hardware: iPhone / iPad
                OS: iOS 10
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Web Audio
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sdubois at protonmail.com

No sound is produced when playing an audio resource in the webapp (standalone) mode on iOS (10.3.1).
E.g serve the page contents below, open in Safari, then share > Add to Home Screen, open the shortcut, and click the play button: no sound.
Works fine when playing from the browser tab directly.

<html>
  <head>
    <meta name="apple-mobile-web-app-capable" content="yes" />
  </head>
  <body>
    <audio controls>
      <source src="http://www.mfiles.co.uk/mp3-downloads/edvard-grieg-peer-gynt1-morning-mood.mp3" />
    </audio>
  </body>
</html>

-- 
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/20170415/8c13f11e/attachment.html>


More information about the webkit-unassigned mailing list