mapbox-gl-native-android icon indicating copy to clipboard operation
mapbox-gl-native-android copied to clipboard

OnDidFailLoadingMapListener not called

Open palimad opened this issue 4 years ago • 0 comments

Neither added OnDidFailLoadingMapListener or OnDidFinishLoadingMapListener is called if device is offline and map activity is launched.

Blank screen is shown, onMapReady is called but style set within onMapReady is not loaded and OnStyleLoaded is not called as well.

Android API: 29 Mapbox Navigation SDK version: 1.0

Expected behavior

addOnDidFailLoadingMapListener is called when device is offline.

Actual behavior

screen is blank, no callbacks are called.

palimad avatar Apr 30 '21 14:04 palimad