I have noticed a few issues with pinch to zoom with the WPF map.
When trying to use two fingers to zoom in or out of the map the zoom seems to happen on the point of the first finger to touch the screen and makes it seem like the map is jumping around. In an attempt to try and fix this myself I tried to use the ManipulationCompleted event but only see it fire when using touch to pan the map. This is true for the "Map Rotation and Multi Touch(WPF)" code sample as well.
Having issues with Pinch to Zoom
Hi Aaron,
It look you have ticket about this, we will reply you there.
Regards,
Don
Sorry, I’ve been out of the office for a few days. saw your replies on the ticket but I’ve come across a different issue with touch as well. Is there a preferred method for doing right clicks to bring up context menus on the map. Currently we subscribe to the StylusSystemGesture and use the HoldEnter gesture to set the InteractionArguments.MouseButton property to MapMouseButton.Right
Hi Aaron,
It looks you have implemented that but you want to know a better solution for popup a context menu right?
I am sorry I don’t have some experiences about wpf in tablet, I think I can get more suggestion from our related developers when they back next workday.
I will update the news here.
Regards,
Don
So I can get the context menu to show up but the have no commands in it visible unless I open it with the mouse first. As far as I can see I have the touch and hold going through the same paths that the right mouse click follows.
Hi Aaron,
Today we did a simple test, it looks the context menu works well even it’s popup by touch.
Please try the attached sample and let us know whether that works for you.
Regards,
Don
12925.zip (1.22 KB)