WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
170873
No audio sound in standalone webapp
https://bugs.webkit.org/show_bug.cgi?id=170873
Summary
No audio sound in standalone webapp
sdubois
Reported
2017-04-15 01:16:41 PDT
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
Comment 1
2017-04-15 17:20:59 PDT
<
rdar://problem/31646398
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug