-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Enable scroll through #9
Comments
Thanks @bmilovanovic |
I'm trying to scroll horizontally through the list of videos. If I just place horizontal_scrolling_not_disabled.mp4 |
Investigated problem. The major trouble that webview interprets touches as a click. Continue searching for how to solve that problem. |
Any further findings @IlyaPavlovskii, should I contribute somehow? |
Sorry, didn't find any good solution( Thanks |
Hi, great library that you built! I'm placing multiple player composables into the
LazyRow
but I can't scroll it by swiping on the player. Can you help me pass scroll gesture to the parent composable?The text was updated successfully, but these errors were encountered: