Closed padupuy closed 3 years ago
@gorhom do you have any idea to solve this problem ?
hi @padupuy, could you try to set windowSoftInputMode
as the following:
@gorhom this solution works ! But this seems a bit "extreme" no ?
Having the same issue. adjustPan
doesn't really work in our use case as we are using RNN.
Also tried settings the input with position: absolute, bottom: 0
.
Ya I am with @hannojg, I need android:windowSoftInputMode="adjustResize"
for my app to work well.
@izakfilmalter were you able to solve it with android:windowSoftInputMode="adjustResize"
?
is there any solution?
i already tried with
windowSoftInputMode="adjustPan"
but other issue occur, now half of my footer like sinking to the back of the keyboard
i have absolute View in the bottom as a footer that contain buttons
but it's only happened for android device with large screen
Bug
I have a TextInput on top of the BottomSheet.
On Android, when the focus is on the TextInput, the keyboard is open and the top of the BottomSheet is no longer visible.
I try to solve the bug by removing the keyboard.height to the max snapPoint but then, the gestures on the BottomSheet are buggy.
When I look at the Map example, i can see in the AndroidManifest.xml
android:windowSoftInputMode="adjustPan"
. In my project I setwindowSoftInputMode
toadjustResize
.Any idea how can I prevent the BottomSheet to not exceed the maximum height ?
Environment info
Steps To Reproduce
Describe what you expected to happen:
Reproducible sample code