Hello, everyone! :wave: I’m facing some issues wi...
# compose
e
Hello, everyone! 👋 I’m facing some issues with
adjustResize
in my Compose project in landscape. The flag does work when the
TextField
is inside another smaller
Composable
, like a
BottomSheet
. If the the
EditText
is in a
Scaffold
, it does not seen to work. Could someone help me please? I attached a video to better explain it. Thanks a lot in advance!
n
Hi @escodro can you share your code cz in my case this working along with adjustResize inside bottomsheet
But I have issue in Auto focus on bottomsheet textfield, keyboard is getting open if i implementing autofocus in bottomsheet textfield evenif bottomsheet is hidden by default, @Vinay Gaba Can you solve?