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
When starting the display in portrait mode, a space is carved out for the status bar. Upon transitioning the display to landscape mode and back to portrait mode, the safari webapp recalculates the status bar dimensions and for some reason converts it to black-transparent. There should be a soft-fix for this.
The below images illustrate this transition. Notice the status bar on the left of the display.
... transition to landscape and back to portrait ...
Proposed Fix
When the display starts up, if it is running on an iPhone and is in portrait mode, it should save the dimensions of the screen. If it ever returns to portrait mode from landscape and the screen width has increased, it should fill the gap with black and float right, creating space for the status bar.
The text was updated successfully, but these errors were encountered:
… portrait mode) and iPad (in all modes) when the app is started in portrait mode. When the app is started in landscape mode on the iPhone, the status bar is not visible, and when rotating to portrait mode, the display overcompensates and leaves space that causes it to overflow. Picture in comments for issue #4.
Mostly addressed with commit 5d33455. Still has the following issues on iPhone only:
Issue 1
Occurs when force reloading the display from portrait mode (through the inspector, after the system has accounted for the status bar space) and then going from landscape to portrait.
The display is too tall and overflows on the right side
Issue 2
Occurs when opening the display in landscape mode and going to portrait:
Status bar is still wrong
The display is too tall and overflows on the right side
Issue
When starting the display in portrait mode, a space is carved out for the status bar. Upon transitioning the display to landscape mode and back to portrait mode, the safari webapp recalculates the status bar dimensions and for some reason converts it to black-transparent. There should be a soft-fix for this.
The below images illustrate this transition. Notice the status bar on the left of the display.
... transition to landscape and back to portrait ...
Proposed Fix
When the display starts up, if it is running on an iPhone and is in portrait mode, it should save the dimensions of the screen. If it ever returns to portrait mode from landscape and the screen width has increased, it should fill the gap with black and float right, creating space for the status bar.
The text was updated successfully, but these errors were encountered: