Double-tapping the map on a tablet zooms in by default. I have a scenario where I'd like to stop that from happening. I need to override that functionality and have it do something else besides zooming in. I subscribed to the GeoView.GeoViewDoubleTapped event and set handled = true, but it seems like the map view already does its thing prior to my event being handled.
I don't want to override that behavior throughout my entire application, only when I have a specific tool activated. What am I missing? Thanks in advance for the help ...