Closed egoist6 closed 2 weeks ago
Might have already been fixed by https://github.com/openhab/openhab-webui/pull/2801, which is not available in any milestone yet. The next milestone is planned for Nov 10.
ok - thanks. I will provide feedback then.
You don't need to - just tested this myself, and it is not fixed yet, but I have a fix for it: #2853.
The problem
Given a simple oh-page populated with standard oh-cells:
On my iPhone in portrait mode it works and looks as expected (cells are arranged by 2 cells per row). When changing from portrait mode to landscape mode it shows 5 cells per row (as expected) but the width of the cell is wrong as can be seen here:
Expected behavior
5 cells per row should be displayed at normal width size.
Steps to reproduce
Use the above code and rotate your iPhone. Problem appears in safari browser as well as iOS app (v3.05 (11))
Your environment
Browser console
CSS class .oh-cell-container shows a width of 146px. The next container already a width of 42px.