Closed naman5665 closed 1 year ago
What components inside the YouTube player are you scrolling?
This one
Why is your player so small?
I don't know what the answer to your question is, but you need to figure out a way for the recycler view to not intercept the scroll.
I'm closing as this issue is about Android development, not strictly related to the library.
Why is your player so small?
I don't know what the answer to your question is, but you need to figure out a way for the recycler view to not intercept the scroll.
I'm closing as this issue is about Android development, not strictly related to the library.
This is small because this is the cropped image of the youtube player Also, I am not using recylerview, but using Scrollview and inside it , it is implemented along with other views/layouts.
@naman5665 im facing the same issue 😢 did you find the solution yet?
@naman5665 im facing the same issue 😢 did you find the solution yet?
No😞.
The player is still quite small, could you share a full screen screenshot?
Question / Problem
I have a bottomsheet and it is filled with a Fragment. The fragment is vertically scrollable. I have added youtubeplayer inside this fragment. Now the problem that I am facing is when I try to scroll components of youtubeplayer(for eg: change in speed,etc), my whole fragment gets scrolled.
Summary
I want when I scroll inside youtube player, whole fragment should not scroll rather only components of youtubeplayer should be scrolled
What I've tried
I have already implemented this code but it is not working