jsuarezruiz / xamarin-forms-wpf-samples

Xamarin.Forms WPF Samples
14 stars 3 forks source link

PanGesture sample does not pan #1

Open sschaub opened 6 years ago

sschaub commented 6 years ago

Repro steps:

  1. Run PanGesture.WPF sample.
  2. Attempt to drag image.

Expected: Image moves. Actual: Image does not move.

I tested on the following platform:

Windows 10.0.17134.165 Visual Studio 15.8.1 .NET Framework 4.7.2

jsuarezruiz commented 6 years ago

Yes, it is just one of the pending features to be implemented in the Xamarin.Forms WPF backend. I hope it can be implemented soon and notify you after updating samples.

sschaub commented 6 years ago

Thanks for your feedback. I found this list of pending features but didn't see anything about GesturePan on it.