SvenTiigi / YouTubePlayerKit

A Swift Package to easily play YouTube videos 📺
https://sventiigi.github.io/YouTubePlayerKit/
MIT License
717 stars 64 forks source link

Unable to scroll up when the YoutubePlayView was played once. #105

Closed LafuenteR closed 1 month ago

LafuenteR commented 1 month ago

What happened?

Unable to scroll up

What are the steps to reproduce?

Steps to replicate:

  1. Load the YoutubePlayView in SwiftUI view
  2. Play the video
  3. Pause the video
  4. Scroll down to some stuff below
  5. Scroll Up to the views above the YoutubePlayView.
  6. Notice the scrollup to the views that load above YoutubePlayView is not showing

What is the expected behavior?

I expect to scollup to other views.