Sorry, I don’t have the answer. This does not happen on my more “standard” overview page in the new iOS app. I was wondering however how you achieved the overview page. I looks really amazing. How did you manage to:
let the background image reach until the top of the screen,
replace the standard material icons,
get the icons in the bottom right corner of the cells?
Perhaps someone can figure the solution to out your problem if you share your YAML code?
I’m seeing the same black bar at the top, but only when accessing the page via /overview.
If I open the exact same page via /page/overview, the black bar is not present and the full screen height is usable.
I already noticed this behavior during the TestFlight phase, but unfortunately didn’t have time to report it back then. From my perception, this started sometime in Q4 2025.
So this might be related to the overview routing or how the safe area / header is handled there, rather than the page content itself.
BTW: how did you implement the “Good evening” text in the header?
Is this a custom widget or a specific UI setting?
Not sure i understand actually, @BastianR i see the iOS status bar, is this what you are talking about ? I’m looking at an older version of the app (v1) and the only difference i am seeing is it seems like the bounds are the same, but we would render the overflow under the menu bar, which now that i look at it i think should be added back in (its a nice effect). Just want to be clear what the problem is.
Please try this in Safari (ios / desktop), my guess is its the same behavior? In which case its an issue with the MainUI and will need to be fixed there.
You’re absolutely right – thanks for pointing this out.
I just tested the same page in Safari (iOS and desktop) and I can reproduce the exact same behavior there as well. So this is clearly not an app-specific issue but related to MainUI itself.
My initial assumption was wrong. The timing just happened to coincide with an App TestFlight update and a MainUI update, which led me to the wrong conclusion.
Sorry for the confusion, and thanks for the clarification!
Not a problem, a lot changed during this release. I would open a ticket up at https://github.com/openhab/openhab-webui/issues , and include some screenshots which very clearly show the issue, as its hard to see initially.
@mvbergen Thank you for your compliment! It took me a lot of time to design the UI like this.
This page in the screenshot is not the original overview-page. It’s a normal layout page, which I’ve designed like the overview-page with my own features.
You can let the background image reach the top of the screen, if you add below CSS styles in the code section of your page:
The cells are independent widgets. There you can move the position of the icons or other element with the css styles “margin-right” and “margin-right”.
@Anpro The “Good Evening” text is the result of a custom widget.