Skip to content Skip to sidebar Skip to footer

Get Soft Keyboard Height In Fragment

I have a fragment that contains 20+ rows for adding personal info. The exact number of rows depends of how much an employer wants from the users of the app. If the number of rows I

Solution 1:

I finally found a solution. The reason why this didn't work out is because I didn't place my content in a ScrollView element. By doing this, the softkeyboard pushes the layout, hence creating a difference in height, that can be measured.


Post a Comment for "Get Soft Keyboard Height In Fragment"