You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When user changes map scale by double tap the MapLibreMap.OnScaleListener is not called.
The listener is correctly called for pinch-zoom or double tap and swipe (single finger zoom).
To Reproduce
Steps to reproduce the behavior:
Register a listener using MapBoxMap.addOnScaleListener(listener)
Double tap the map
Expected behavior OnScaleListener.onScaleBegin() is called, map zooms in, OnScaleListener.onScaleEnd() is called
Actual behavior
Map is zoomed in but no listeners are called.
Platform information (please complete the following information):
OS: Android 11 - 14 (not version dependent)
MapLibre Native version 11.5.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When user changes map scale by double tap the
MapLibreMap.OnScaleListener
is not called.The listener is correctly called for pinch-zoom or double tap and swipe (single finger zoom).
To Reproduce
Steps to reproduce the behavior:
MapBoxMap.addOnScaleListener(listener)
Expected behavior
OnScaleListener.onScaleBegin()
is called, map zooms in,OnScaleListener.onScaleEnd()
is calledActual behavior
Map is zoomed in but no listeners are called.
Platform information (please complete the following information):
The text was updated successfully, but these errors were encountered: