What is the bug?
Performing the double-tap-drag gesture (MapEventSource.doubleTapHold) does not cause new tiles to load after the gesture.
It's the correct behaviour for tiles not to load DURING the gesture, however - they should only load afterward.
How can we reproduce it?
Perform the double-tap-drag gesture on any map to zoom in or out. The previously visible tiles will remain visible, and no new tiles will be loaded.
Do you have a potential solution?
The example application's Interactive Flags test page does not appear to show this event after/during the gesture, meaning it is likely that none is properly emitted during zooming.
Platforms
All
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console
What is the bug?
Performing the double-tap-drag gesture (
MapEventSource.doubleTapHold) does not cause new tiles to load after the gesture.It's the correct behaviour for tiles not to load DURING the gesture, however - they should only load afterward.
How can we reproduce it?
Perform the double-tap-drag gesture on any map to zoom in or out. The previously visible tiles will remain visible, and no new tiles will be loaded.
Do you have a potential solution?
The example application's Interactive Flags test page does not appear to show this event after/during the gesture, meaning it is likely that none is properly emitted during zooming.
Platforms
All
Severity
Obtrusive: Prevents normal functioning but causes no errors in the console