icerockdev / moko-widgets

Multiplatform UI DSL with screen management in common code for mobile (android & ios) Kotlin Multiplatform development
https://moko.icerock.dev
Apache License 2.0
387 stars 32 forks source link

Bugged scroll with enabled isScrollListOnKeyboardResize #237

Open Alex009 opened 4 years ago

Alex009 commented 4 years ago

When we enable isScrollListOnKeyboardResize (added in #218) on WidgetScreen we got broken scroll. it was developed for case of reversed list - we should add to widgets correct version of reversed list view factory, and remove broken isScrollListOnKeyboardResize flag

Alex009 commented 4 years ago

correct reversed list implemented in ATRA project, and should be moved to widgets lib