Unact / yandex_mapkit

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

Не работает вертикальный скролл внутри CustomScrollView #280

Closed Zotov-VD closed 1 year ago

Zotov-VD commented 1 year ago

Карта не скроллится вертикально внутри CustomScrollView

Zotov-VD commented 1 year ago

Нашел решение: YandexMap( gestureRecognizers: { Factory<OneSequenceGestureRecognizer>( () => EagerGestureRecognizer(), ), },