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

Scrubbing using Slider on IPad in Chrome exits full screen #43875

Closed
upendrku opened this issue Sep 24, 2024 · 2 comments
Closed

Scrubbing using Slider on IPad in Chrome exits full screen #43875

upendrku opened this issue Sep 24, 2024 · 2 comments
Assignees
Labels
component: slider This is the name of the generic UI component, not the React module! status: waiting for author Issue with insufficient information

Comments

@upendrku
Copy link

upendrku commented Sep 24, 2024

Steps to reproduce

Link to live example: https://video-player-theta-seven.vercel.app/

Steps:

  1. Open the URL on IPad in Chrome
  2. Play the video on full screen
  3. Use the Slider to navigate to different point in timeline by touching directly on it

Current behavior

It takes the User out of the full screen. Also sometimes the video pauses while this happens.

Expected behavior

The user should remain on the full screen mode while scrubbing using the Slider component. Also video should not pause.

Context

I am using material UI v5.5.2. While scrubbing using slider i can see that everything works fine till useSlider handleTouchStart execution ends. I think the touch event is bubbling up causing this issue.

Your environment

npx @mui/envinfo

System:
OS: macOS 14.6.1
Binaries:
Node: 16.20.2 - /usr/local/bin/node
npm: 8.19.4 - /usr/local/bin/npm
pnpm: Not Found
Browsers:
Chrome: 129.0.6668.59
Edge: Not Found
Safari: 17.6
npmPackages:
@emotion/react: ^11.10.4 => 11.10.4
@emotion/styled: 11.10.4 => 11.10.4
@mui/base: ^5.0.0-beta.10 => 5.0.0-beta.27
@mui/icons-material: ^5.5.1 => 5.5.1
@mui/lab: ^5.0.0-alpha.84 => 5.0.0-alpha.86
@mui/material: ^5.5.2 => 5.5.2
@mui/private-theming: 5.8.4
@mui/styled-engine: 5.8.0
@mui/system: ^5.5.2 => 5.8.4
@mui/types: 7.2.11
@mui/utils: 5.15.0
@mui/x-date-pickers: ^6.18.2 => 6.18.5
@mui/x-tree-view: ^6.17.0 => 6.17.0
@types/react: 17.0.3 => 17.0.3
react: 17.0.2 => 17.0.2
react-dom: 17.0.2 => 17.0.2
typescript: 4.8.4 => 4.8.4

Search keywords: Slider Scrub video on IPad issues

@upendrku upendrku added the status: waiting for maintainer These issues haven't been looked at yet by a maintainer label Sep 24, 2024
@zannager zannager added the component: slider This is the name of the generic UI component, not the React module! label Sep 25, 2024
@mj12albert
Copy link
Member

@upendrku Are you able to share a minimal repro of the issue (e.g. in CodeSandbox)?

@mnajdova mnajdova added status: waiting for author Issue with insufficient information and removed status: waiting for maintainer These issues haven't been looked at yet by a maintainer labels Nov 15, 2024
Copy link

Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: slider This is the name of the generic UI component, not the React module! status: waiting for author Issue with insufficient information
Projects
None yet
Development

No branches or pull requests

4 participants