-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Can't set volume when using iPhone without full screen #7040
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
It's normal that you can't set the volume on iOS Safari other than with the physical volume buttons. The volume control shouldn't be showing at all, there should just be the mute toggle, but apparently the check we make to see if setting the volume doesn't work now on latest iOS - the volume getter will briefly return the value it was set to. |
oh no. I guess we'll want to do a workaround for it. |
I ran into the same issue now. Is there a workaround already? |
hey @gkatsev i have the same issue when using mobile/tablets. is there any way to fix that? thanks in advance. |
On latest iOS, we are seeing times when the volume feature detection is showing that we are able to change the volume, though, that is not the case. Instead, on iOS, when we detect that we can control the volume, we set a short timer to retest and reset the the featuresVolumeControl property. Fixes #7040
I have a proposed solution here #7514 |
On latest iOS, we are seeing times when the volume feature detection is showing that we are able to change the volume, though, that is not the case. Instead, on iOS, when we detect that we can control the volume, we set a short timer to retest and reset the featuresVolumeControl property. Fixes #7040
On latest iOS, we are seeing times when the volume feature detection is showing that we are able to change the volume, though, that is not the case. Instead, on iOS, when we detect that we can control the volume, we set a short timer to retest and reset the featuresVolumeControl property. Fixes videojs#7040
Description
When I use iPhone to watch videojs player on all browsers like chrome, safari, etc. I can set volume when player is full screen, but I can't set volume when player is NOT full screen. I can't drag and drop the dot on volume bar to set volume. It always stay at default volume. Android phone can set volume smoothly. Whether it is full screen or not full screen
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: