Using ArcGISRuntime SDK for .NET - the issue here is that the mapview event, MapViewHolding, can't seem to be triggered by mouse. It works for touch. There is no issue with other MapView events (doubletapped/tapped)
Might this be a bug?
Solved! Go to Solution.
No it's not a bug. You may have to use RightTapped instead.
Touch can produce a Holding action, but mouse devices generally can't.
Holding is intended for informational UI, but for interactions like displaying a context menu you should use RightTapped instead.
No it's not a bug. You may have to use RightTapped instead.
Touch can produce a Holding action, but mouse devices generally can't.
Holding is intended for informational UI, but for interactions like displaying a context menu you should use RightTapped instead.