xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.62k stars 1.87k forks source link

On Android Scrolling CollectionView while dragging (Xamarin DragGestureRecognizer) item does not work #15114

Open yurysemv opened 2 years ago

yurysemv commented 2 years ago

Description

On Android Scrolling CollectionView while dragging (Xamarin DragGestureRecognizer) item does not work Sample: https://devblogs.microsoft.com/xamarin/collectionview-drag-and-drop/ (https://github.com/xamcat/grouped-list-reorder)

Steps to Reproduce

  1. Run Sample: https://devblogs.microsoft.com/xamarin/collectionview-drag-and-drop/ (https://github.com/xamcat/grouped-list-reorder)
  2. Move the element to the bottom
  3. Does not work Scrolling On Android while dragging

How can I do this?

MarcelWinkelEBF commented 2 years ago

Hi, we are facing the same issue on Android. For iOS its working fine to scroll with a second finger while we have the drag item.

MarcelWinkelEBF commented 2 years ago

Now we are facing the issue also on iOS with version 15.3 and 15.3.1. Is there any idea for this topic?

yurysemv commented 2 years ago

Also very interested. I tried to make my own render, but it doesn't work yet.

bbenetskyy commented 2 years ago

Facing the same issue for Android only

AmirImam commented 1 year ago

Is there any fixing for this issue now?

PonyOny commented 1 year ago

Any updates on this? or any possible work around or fix?

mjsb212 commented 1 year ago

Same problem happening in MAUI -- any possible work around or fix? This is a common use case for rearranging items in a listview/collview. What am I missing?

yurysemv commented 1 year ago

Hello, try an external library https://github.com/roubachof/Sharpnado.CollectionView.