examples icon indicating copy to clipboard operation
examples copied to clipboard

Scroll Issue in Mobile Responsiveness

Open raajz49 opened this issue 5 months ago • 0 comments

I'm using Vidstack with Next.js, and I encountered an issue with mobile responsiveness. Specifically, when I use the video player and interact with the time slider, the UI freezes, preventing any scrolling on the page. The only interaction allowed is within the video player's integrated components—everything outside of the player becomes unresponsive.

Steps to reproduce:

Set up Vidstack video player in a Next.js project.

Navigate to the page with the player on a mobile device.

Interact with the time slider on the player.

Expected behavior: The page should remain scrollable, and all UI elements outside the player should stay responsive.

Actual behavior: The UI freezes, and scrolling is disabled, leaving only the video player components functional.

raajz49 avatar Jul 19 '25 15:07 raajz49