Feature selection with touch events

1763
1
08-21-2013 06:04 AM
Labels (1)
teamIgal
New Contributor III
Hello,

Is there a proper way to perform a selection of features from a feature layer with touch events?

Currently we are using the MouseLeftButtonDown in order to catch the event of selecting a feature. this event is not raised with touch.

Thanks,
Ilona
0 Kudos
1 Reply
AnttiKajanus1
Occasional Contributor III
I have used MapGesture event (http://resources.arcgis.com/en/help/runtime-wpf/apiref/index.html?ESRI.ArcGIS.Client~ESRI.ArcGIS.Cli...) and then checked if GestureType is Tap.
0 Kudos