Skip to content
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

Paused video on exit fullscreen view on iOS devices #8618

Open
JESUMH opened this issue Feb 28, 2024 · 3 comments
Open

Paused video on exit fullscreen view on iOS devices #8618

JESUMH opened this issue Feb 28, 2024 · 3 comments
Labels
needs: triage This issue needs to be reviewed

Comments

@JESUMH
Copy link

JESUMH commented Feb 28, 2024

Description

Hi,

Player is paused on exit fullscreen view.

Is it possible to continue viewing when leaving fullscreen?

Thanks!

Reduced test case

https://videojs.com/

Steps to reproduce

  1. Play video on iOS Safari.
  2. Video open in fullscreen.
  3. Exit fullscreen
  4. Video is paused

Errors

No response

What version of Video.js are you using?

8.10.0

Video.js plugins used.

No response

What browser(s) including version(s) does this occur with?

Safari

What OS(es) and version(s) does this occur with?

iOS 15+

@JESUMH JESUMH added the needs: triage This issue needs to be reviewed label Feb 28, 2024
Copy link

welcome bot commented Feb 28, 2024

👋 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.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@JESUMH JESUMH changed the title Paused video on exit fullscreen view Paused video on exit fullscreen view on iOS devices Feb 28, 2024
@mister-ben
Copy link
Contributor

That's what Apple believes the user experience should be on iPhones. I think you're supposed to be able use a pinch gesture instead of tapping on the x to bring the video back into inline mode so it continues to play but it's inconsistent or awkward to get right. This is all under iOS/Safari's control, not something Video.js controls. Perhaps calling play() after existing fullscreen might work?

@JESUMH
Copy link
Author

JESUMH commented Mar 20, 2024

Hi @mister-ben,

Yes, this error occurs when user click on x button. I tried to use fullscreenchange event and then I called play() event but this function don't take effect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs: triage This issue needs to be reviewed
Projects
None yet
Development

No branches or pull requests

2 participants