LazyColumn with TextFields and Keyboard scrolling ...
# compose
t
LazyColumn with TextFields and Keyboard scrolling issue. See thread.
I have a Compose UI using LazyColumn and some TextEdits and when the TextEdit gets close to where the keyboard shows, it appears to result in a 'fight' between the column scrolling up to show the testedit and something else scrolling it back. Has anybody else seen this, and if so, what might be the solution? I tried added a LazyListState(), but no change. Thank you!
z
Please file a bug
t
Silly question, but where? I am using CMP, but do not see the issue on iOS. Only Android, so I suspect there is some unique google bugtracker?