All Questions
Tagged with android-jetpack-compose-layout android-input-method
1 question
2
votes
2
answers
1k
views
Can a Compose LazyList be scrolled to adjust for keyboard?
I have been wrestling with IME padding/adjustment for my app. I have written a little toy app to try and focus on just the problem. The app presents a scrollable list of cards with info on them, the ...