Hello there,
We are facing an issue with the status bar on our native app.
In fact our app has multiple sections with color changing almoast for any new activity (=section). I did some research, now I am using this code inside my settings => SEO/metatags => Script metatag in header.
body { min-height: calc(100vh) !important; } [.main-page.bubble-element.Page](http://.main-page.bubble-element.page/) { min-height: calc(100vh) !important; }But the rendering is like, the status info come on top of the app content…
Instead, Iwould like to have a satus bar with the same color of any section, something like this:
Any one can help?