When using the "Magnifier" tool, no identify or zoom is performed after releasing. No event is triggered anywhere. I'm able to pan the map with magnifier. This behavior occurs on both Android and iOS.Â
Is it possible to use magnifier for zooming and identify? in QT-SDK was it 😉
I am using this code to activate magnifier.Â
myMapView.InteractionOptions = new MapViewInteractionOptions
{
IsEnabled = true
};Â
 Any ideas how to implement magnifier for identify? thanks.