Unact / yandex_mapkit

Flutter implementation of YandexMapkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android 10: the map is not being drawn

MiSticksman opened this issue · comments

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

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

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