Bug 235213
Summary: | AirPods Do not Appear in User Media List in Progress Web App/Add to home screen App | ||
---|---|---|---|
Product: | WebKit | Reporter: | goehdavi |
Component: | WebRTC | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Critical | CC: | eknoor, webkit-bug-importer, youennf |
Priority: | P1 | Keywords: | InRadar |
Version: | Safari 15 | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 15 |
goehdavi
Airpods show up in the user media list in Safari, but not in the "add to home screen"/PWA version of the website.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
youenn fablet
I cannot reproduce this on iOS 15.1 nor on latest WebKit.
I get the same list in Safari as in home-screened web app.
goehdavi
Can you try iOS 15.2?
We are currently doing the following:
const devices: MediaDeviceInfo[] = await navigator.mediaDevices.enumerateDevices();
devices.filter((device) => device.kind === 'audioinput')
Airpods appear to be missing.
Radar WebKit Bug Importer
<rdar://problem/87859243>
Eknoor
Can we please get a link that reproduces this issue along with a screen recording of your steps? Thank you.
goehdavi
I don't have a video, but I pasted a code snippet. Try executing that in each browser type.