aleene / FoodViewer

An app to view and edit Open Food Fact products
Apache License 2.0
10 stars 5 forks source link

Overlapping keyboard #970

Closed aleene closed 4 years ago

aleene commented 4 years ago

When applying a filter the keyboard overlaps the list. I should shrink the list

aleene commented 4 years ago

It can be solved by changing the bottom layout constraint, but by how much,

The size of the formsheet depends on the screen, but seems centered vertically. I am not able to find the origin of the formsheet, but I have the size. And I have the height of the keyboard. So if the height is larger than the size difference/2, I have to adjust the margin by the difference.