You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
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.
The text was updated successfully, but these errors were encountered: