flutter_overlay_window icon indicating copy to clipboard operation
flutter_overlay_window copied to clipboard

Listview scroll event conflicts with FlutterOverlayWindow drag,

Open sunjiaming opened this issue 11 months ago • 5 comments

sunjiaming avatar Mar 15 '24 06:03 sunjiaming

I'm having the same issue as well

Ahmadu-Suleiman avatar Jul 14 '24 14:07 Ahmadu-Suleiman

@Ahmadu-Suleiman @X-SLAYER Did you solve it?😊

sunjiaming avatar Aug 05 '24 07:08 sunjiaming

Yeah, I change the overlay flag anytime I want to scroll the list view

Ahmadu-Suleiman avatar Aug 05 '24 09:08 Ahmadu-Suleiman

@Ahmadu-Suleiman Can you give us a minimal case?🙏

sunjiaming avatar Aug 05 '24 09:08 sunjiaming

You just need to set the enableDrag parameter to false, this will remove drag ability but will allow you to scroll your list view, I'm not on my computer to provide a concrete example but you can easily play around with the methods that allow you to change the enableDrag value.

Ahmadu-Suleiman avatar Aug 05 '24 09:08 Ahmadu-Suleiman