Feature: offset the safe area bottom inset when keyboard is open #706
bigcupcoffee
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The issue is quite visible on the documentation video, basically when keyboard opens huge safe area bottom inset remains, making the footer (or content) appear with an undesired bottom padding
For footer we can handle it with conditional paddingBottom (probably), issue will persist on content's (Scroll)Views though, which I'm not sure we can control (can we
paddingBottom: -bottom?)Beta Was this translation helpful? Give feedback.
All reactions