Flexbox sometimes not filling full height on iOS #3490
Unanswered
julianflapper
asked this question in
Q&A
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.
-
Hi,
I have a flexbox layout with a navbar on top and a content section below.
The content section has all the properties to make it fill (flex grow 1 and flex basis 1 1) the entire screen.
This works fine on the web (Safari, Chrome, Firefox) and on Android, and in the iOS device simulator. However, on some occasions on a real iOS device, the content section that should fill all the leftover space, only fills half of the screen.
Is this a common issue? How could I fix this?
The entire layout is flex based with Bootstrap utility classes:
Beta Was this translation helpful? Give feedback.
All reactions