.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,829 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello
I made a simple MAUI c# project with an implementation of drag and drop in my MainPage
https://github.com/pierre-yves-cmd/montestdd
The sample work well on Windows Plateform but on Android, the drag gesture seem to be not triggered.
When i use XAML code, it works . But here i'm using generated code in the code-behind. May be i missing something?
Regards
ok. Just have to long press to initiate drag starting ... My bad