mapbox / mapbox-maps-android

Interactive, thoroughly customizable maps in native Android powered by vector tiles and OpenGL.
https://www.mapbox.com/mobile-maps-sdk
Other
475 stars 132 forks source link

when i setOnTouchListener on mapview,it cannot pinch-to-zoom! #1922

Closed byedo closed 1 week ago

byedo commented 1 year ago

use mapbox android sdk 10.10.0 i use this simple code

    mapView?.also {
        it.setOnTouchListener { v, event ->
            v.onTouchEvent(event)
        }
    }

when i use two finger , i cannot zoom!

kiryldz commented 1 year ago

can you please provide full code snippet that's not working, thanks

kiryldz commented 1 week ago

Closing as stale.