Hello Esri Community,
I'm currently developing a WPF application using the ArcGIS Runtime SDK for .NET and have encountered an issue with the map's touch interactions. While the map supports zooming in and out using a two-finger pinch gesture, I'm unable to pan the map using a single finger drag gesture.
Here's a brief overview of the issue:
- SDK Version: 200.3.0
- Platform: WPF application
- Device/OS: touch screen Panel PC [Windows 10 pro]
I've tested this behaviour in both my application and the ARGIS MAPS SDK Samples app. The zooming functionality works perfectly, but panning does not seem to be responsive to touch.
I would appreciate any insights or suggestions on the following:
- Are there specific settings or configurations within the ArcGIS Runtime SDK that I might be missing to enable one-finger panning?
- Has anyone else experienced similar issues with touch gestures in WPF applications using the ArcGIS Runtime SDK?
- Are there known limitations or device-specific considerations that I should be aware of?
Any advice or guidance from the community would be immensely helpful. Thank you in advance for your time and assistance!