-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Playback does not begin when audio is muted on iOS (iPhone/iPad) #583
Comments
Could it possibly be a feature of iOS/Safari that playback of an audio item will not begin if it is muted? |
I tested the audio cookbook recipe in this specific environment, and it plays and updates the UI as expected with these settings. |
I tested with an audio manifest from one of Northwestern's collections, and observed the same behavior. I tested this issue in Chrome on iOS in both iPhone and iPad, and observed the same behavior. I was not able to find anything that explains this behavior in relation to Apple's system settings on the internet. @elynema and @joncameron; |
In Safari, when audio is muted, it never gets to the point where the player is ready to play the media. Same issue when we were trying to activate the buttons in the iOS player b/c the player was not ready enough to have everything ready to play, even when the loaded metadata event has fired. Another event called 'canPlay' - ready state never reaches 4 in Safari when the audio is muted. |
I can replicate this issue on ipad and iPhone (iOS17) in Safari. It only happens when you mute the media player refresh the URL and then click play on the audio. |
We do not see this problem if you just load the page, mute the audio, and then play the media. |
Not 100% sure when we pulled a new Ramp build into Avalon, so I've asked Akanksha to test this on the Ramp demo site. |
Describe the bug
When the audio is muted, playback does not begin for audio only items on iOS (both iPhone and iPad). This was replicated in Safari, but reported to be observed across browsers.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Playback should begin even if audio is muted.
Screenshots
Screen.Recording.2024-07-23.at.10.56.20.AM.mov
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: