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.
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.