In high-res devices, the Callout in MapView flashes (hide and show) when tapping on the device screen, which affects user experience a lot.
From analysis, the com.esri.android.map.MapOnTouchListner calls Callout.hide( ) in a number of events (e.g. onDoubleTapDrag). My design is to do an identify task on the MapView when user long tap on the screen and display the result in Callout. But with such an existing issue, the result is very frustrating.
Do any other developers faced this issue as well?