Im facing this scenario using lazyList or BasicInp...
# compose
j
Im facing this scenario using lazyList or BasicInputText. *Already tried to add
Copy code
android:windowSoftInputMode="adjustResize"
But the result is worst… Keyboard breaks the list.
a
Have you tried
Modifier.imePadding()
j
Not yet. I’ll try it now!! Thanks
did not wrok. I put on top of layout. Should i use it on Text diretly ?
a
I'd put it where the list is
wherever the scrolling is happening, and remember, order matters, so mess with order
j
Same behavier
Ops, WORKED!!!
I removed some others configurations and worked
a
Awesomeness 🙂