- Edited
When the option is enabled:
- we hide the toolbar, which includes website navigation UI. This is expected.
- we hide the status bar. This is unexpected, which includes battery life, time, etc. This is unexpected.
By hiding the status bar, we are breaking a lot of standard iOS function. There is a system interaction wherein a tap on the status bar will send a message to any UIScrollView to scrollToTop. With the status bar hidden, this behavior is unavailable.
Furthermore, when the status bar is not hidden, safe area inset doesn’t seem to be correct — UIs often appear in an inaccessible portion of the screen.
App version: 1.3.21 (2) (WebKit 8620.2.4.10.8) System version: 18.3.2 Device type: iPhone 13 Mini Native bounds: (1080.0, 2340.0) Scale: 3.0 Regular tabs: 82/https://orionfeedback.org/custom-composer?tags%5B0%5D=2&type=bug Private tabs: 0/(
18