Description
🚀 Feature
We need a drawBehind option that we can enable in the navigationBar options, like the one for statusBar options
Motivation
Getting an app that is completely fullscreen, without hiding the navigation bar completely.
Pitch
Right now there is still that bottom navigation area behind which one cannot draw. Apps that go totally full screen (drawing behind the statusBar) do not feel totally finished because of that "fixed color" navigationBar. It is possible to make it transparent but then you only see the background color of your app, which is not the same as drawBehind where your apps components can actually go behind that zone (like the elements in a scrollview). You can also hide the navigationBar altogether, but it does not accomplish the same effect. It seems there has been an attempt at doing this already, as mentioned here #4258 , as well as a plan to implement it in 2020 by @guyca , has it been abandonned since?
Are you willing to resolve this issue by submitting a Pull Request?
- ✅ No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.