Bug 170873
Summary: | No audio sound in standalone webapp | ||
---|---|---|---|
Product: | WebKit | Reporter: | sdubois |
Component: | Web Audio | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Major | CC: | eric.carlson, jer.noble, martin.hejral, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Other | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 10 |
sdubois
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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/31646398>