Open davidortinau opened 4 years ago
It doesn't look like Drag is supported natively on UWP. If you test on a native app and set "CanDrag" to true then nothing happens, so we'll have to just go with "by design" or hack together a fake implementation on UWP
The PanGesture also doesn't work on UWP buttons
Is there a corresponding bug tracking this on the WinUI repo?
In Both UWP and WinUI setting Button.ClickMode
to "Press"
enables DragStarted event, Pressed event and Command execution.
Description
This works on iOS, but on UWP I don't get any of the drag gesture features to work.
https://github.com/davidortinau/draganddropsample
Basic Information