Skip to content

Bottom sheet with list, fixed header & input #75

Discussion options

You must be logged in to vote

Hi @filippobarcellos, I moved it to the discussions section because there is nothing to be done from the library perspective. However use case is very interesting, so I'll try to recommend sth here.

To simplify, I'll refer to 50% & 90% positions as "half-screen" bottom sheet and "fullscreen" bottom sheet.

I have 2 recommended ways instead:

  1. With AvoidSoftInput module disabled (disabled, because you will be handling it manually), you can use useSoftInputHeightChanged for both iOS & Android, to detect current keyboard height and apply that height as an additional bottom padding to bottom sheet's content view. (⚠️ to make it work on Android, you have to call AvoidSoftInput.setAdjustNothing )
  2. F…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mateusz1913
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #74 on April 26, 2022 09:43.