Is there a way to disable the zooming (pinch and double tap) in the MapView but keep the scrolling?
This means setting clickable to false would not work.
I have also tried setting an onTouch listener in the activity but it will not trigger using:
mapView.setOnTouchListener(this);