Unact / yandex_mapkit

Flutter implementation of YandexMapkit
MIT License
132 stars 151 forks source link

android 10: the map is not being drawn #349

Closed MiSticksman closed 2 months ago

MiSticksman commented 3 months ago

It was found that on android 10 devices the map is not rendered, but the space it occupies is clickable and the points can be selected. I checked on android 12-14, everything works correctly, without lags. android 10: telegram-cloud-photo-size-2-5341788746481259594-y telegram-cloud-photo-size-2-5341788746481259595-y logcat: telegram-cloud-photo-size-2-5341788746481259603-y telegram-cloud-photo-size-2-5339207153308783086-y

android 14 telegram-cloud-photo-size-2-5339207153308783039-y

androidparanoidal commented 3 months ago

I have the same problem on Android 9, but this empty area is not clickable On Android 11 everything is ok

MiSticksman commented 2 months ago

The problem was that useAndroidViewSurface = true. Deleting this line solved the problem