Closed bahoss closed 2 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
I fixed the refreshing by add
`
</RefreshView>`
But how can i disable vertical moving?
I am experiencing the same (sort) of issue. I have a carousel view embedded within a refresh view. On Android, the carousel behaves as expected, moving only horizontally. However, on iOS, the entire carousel can move up and down. I want to disable this vertical movement on iOS. How can we achieve this?
So the refresh view is enabled. But on drag down i expect only the refresh icon, not the whole carousel moving.
Hi,@bahoss @npostma. I tried to paste this code into my template project, but some associated resources are missing. So if possible, could you give me a repo and I'll verify if it still repro on latest version.
Hi @bahoss. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md
This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.
Description
https://github.com/dotnet/maui/assets/7480657/97de7cbc-292f-4d6d-bca4-4bf1ab2958b0
When I use a collection view to menu elements with horizontal scroll the collection view moved and refreshed
`<ContentPage x:Class="Aerodrome.Views.MainPage" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:extension="clr-namespace:Aerodrome.Extensions" xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit" BackgroundColor="#F8F8F8" Shell.NavBarIsVisible="False">