WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
235213
AirPods Do not Appear in User Media List in Progress Web App/Add to home screen App
https://bugs.webkit.org/show_bug.cgi?id=235213
Summary
AirPods Do not Appear in User Media List in Progress Web App/Add to home scre...
goehdavi
Reported
2022-01-13 17:23:16 PST
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
Comment 1
2022-01-14 04:57:29 PST
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
Comment 2
2022-01-18 09:09:30 PST
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
Comment 3
2022-01-20 17:24:21 PST
<
rdar://problem/87859243
>
Eknoor
Comment 4
2022-01-24 15:08:23 PST
Can we please get a link that reproduces this issue along with a screen recording of your steps? Thank you.
goehdavi
Comment 5
2022-01-24 16:53:07 PST
I don't have a video, but I pasted a code snippet. Try executing that in each browser type.
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