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?
No it's not a bug. You may have to use RightTapped instead.
See UIElement Holding doc:
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.
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.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.