-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Vertical scrolling not working for CarouselView and CustomLayouts #7814
Comments
I think these could be related |
@AswinPG As I showed in the video, I'm performing an exact vertical angle to swipe, and I dont think it's similar to your issue, maybe at framework level yes |
not repro with vs main build 32609.239. |
were you able to repro this issue? i ask because you said "NOT REPRO" but you added verified tag to this issue |
any update on this @jsuarezruiz ? |
Verified this issue with Visual Studio Enterprise 17.6.0 Preview 5.0. Can repro on Android platform with above project. |
This is still happening in Visual Studio 17.7 , dontet version 7.0.400 |
guys it's been almost 16 months from when i reported this issue!!!! what is really going on? if you cant fix this issue just say it, if i want to fix this just tell me where the problem is? i may be able to fix it :/ |
@ShariatPanah Reference: dohooo/react-native-reanimated-carousel#125 |
@Jun-FH we're on .net maui, this syntax is not a valid one in maui, but thanks for your help |
which version? i tested with 8.0.40 and the issue is still there |
also tested with nightly build version 8.0.60-ci.net8.24305.3 and still i'm facing the issue |
I hooked up the OnCarouselViewScrolled event as described here: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/carouselview/scrolling?view=net-maui-8.0 Thanks |
i don't know who prioritize the issues, but this goddamn bug needs to be fixed, its almost 3 years since this bug has been reported. what are you working on if you can't fix something small like this? |
Description
so when I have a vertical scrollview on my page that:
1. has a carouselview as one of its children at the top (I assume this happens to CustomLayouts too)
2. and at the bottom there is another scrollview with horizontal scrolling
I'm facing a problem, when i scroll down by touching the carouselview, it works fine, but when i iterate over the bottom scrollview (horizontally) and want to get back up there by scrolling vertically using the CarouselView it doesn't perform the scrolling until I touch the bottom scrollview and going a little bit vertically, then i can continue scrolling up by touching the carouselview.
NOTE: as I said before I think this happens to CustomLayouts too, please check that yourself or let me know to create a sample for it also
I'm attaching a screen recording and the sample project below
and by the way, the backgroundcolor of frame or even the label in the carouselview datatemplate doesn't show the color that is binding to, maybe I'm doing something wrong or is it a bug?
Here is the screen recording:
CarouselAndCustomLayoutBug.mp4
Steps to Reproduce
and here is the sample project:
CustomLayoutBug.zip
Version with bug
6.0 Release Candidate 3
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10.0
Did you find any workaround?
Not yet
Relevant log output
No response
The text was updated successfully, but these errors were encountered: