Does any one know how to handle bottomsheet (persistent) moving up when soft keyboard is opened? When the keyboard is opened, I would like the bottomsheet to not move up/hide. Thanks!
c
Chris Fillmore
02/16/2022, 4:49 AM
What value are you using for
android:windowSoftInputMode
?
m
Manojna Chintapalli
02/16/2022, 7:08 AM
Did not set that value in my code, but I tried android:windowSoftInputMode="adjustResize" in the <activity></activity> in AndroidManifest.xml..din't make any difference.
Manojna Chintapalli
02/17/2022, 1:47 AM
@Chris Fillmore Do you happen to know what flag might work in my case? Thanks.
Manojna Chintapalli
02/17/2022, 9:28 PM
I found the solution to this, when the value is set to