DEV Community

Discussion on: Setting up a Xamarin.Forms WPF backend on .NET Core

Collapse
 
om297 profile image
om297 • Edited

Thanks for the Xamarin.Forms and WPF article. Its great.

I've found it works well apart from the PanGestureRecognizer isn't passed through even though it looks like it should be based on this discussion. Tap works fine. (forums.xamarin.com/discussion/1398...)

Do you know if this a known issue? Do you know of any work arounds?

The aim here is to have Xamarin.Forms running on iOS, Android and WPF and to have a pinch/pan/tap working to interact with images and skcanvas drawings. I understand that for WPF we presumably will need zoom buttons to replace the pinch functionality, but was hoping Pan would work. Any info or suggestions would be greatly appreciated!