Closed berkayertan closed 2 months ago
I think easiest way to fix it is using the custom-ui. Custom ui uses native android views and it works well with viewpager when it comes to scrolling.
@Serkali-sudo Thanks i think best way is the custom ui like u said.
You could also prevent clicks from reaching the player while scrolling.
You could also prevent clicks from reaching the player while scrolling.
Could you provide more intel on how to achieve this?
I think the sample app has a similar solution for recycler view. You can look at that for reference.
I'm trying to use horizontal viewpager but when i press the seekbar and try to move forward the video duration it's scrolling the video and also viewpager sample app has the same issue. How can i solve this ?