laptop and a wrench

Error

The view's GeoViewDoubleTapped event is registered with two GeoViewTapped events when the view interaction options (MapViewInteractionOptions/SceneViewInteractionOptions) are disabled.

Última publicación: February 11, 2020 ArcGIS Runtime SDK
Número de ID del error BUG-000117872
EnviadoNovember 1, 2018
Última modificaciónJune 5, 2024
Relacionado conArcGIS Runtime SDK
Versión encontrada100.4
Sistema operativoWindows OS
Versión de sistema operativo10.0 64 Bit
EstadoWill Not Be Addressed

Información adicional

The current behavior is as designed and is consistent with .NET event patterns. If GeoView.Interactions.IsEnabled is true, and the user double taps on the view, the sequence of events fired are GeoViewTapped and GeoViewDoubleTapped. As a result, the mapview executes a set viewpoint operation, zooming in. In this case, do not expect the final GeoViewTapped event to be raised because the API has acted on GeoViewDoubleTapped and marked the event handled. If GeoView.Interactions.IsEnabled is false, and the user double taps on the view, the sequence of events fired are GeoViewTapped, GeoViewDoubleTapped, and GeoViewTapped because GeoViewDoubleTapped was not marked as handled by the API, allowing it to bubble up.

Pasos para reproducir

ID del error: BUG-000117872

Software:

  • ArcGIS Runtime SDK

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga