bruno.aybar
09/02/2020, 2:41 PMMichał Jurczyk
09/02/2020, 2:43 PMLazyColumn
or native UI RecyclerView
? I had this issue when I tried to put Composables
into a Recycler 🤔bruno.aybar
09/02/2020, 2:43 PMAdam Powell
09/02/2020, 2:43 PMbruno.aybar
09/02/2020, 2:44 PMTimo Drick
09/02/2020, 2:44 PMbruno.aybar
09/02/2020, 2:46 PMAdam Powell
09/02/2020, 2:47 PMadjustPan
IME handling.adjustPan
isn't often what you want unless it's a floating dialog window, and compose isn't wiring up the autodetection of scrolling containers in the view hierarchy yet that usually changes the default to adjustResize
if you have a RecyclerView or ScrollViewadjustResize
explicitly on your activity tag in your manifestbruno.aybar
09/02/2020, 2:51 PMadjustPan
and adjustResize
adjustResize
seems to do the trick with TextField at bottom.Adam Powell
09/02/2020, 3:03 PMAlexander Karkossa
10/14/2020, 8:47 AM