-
v1.0.0-Beta.08
Pre-releasereleased this
2026-09-01 19:40:35 +02:00 | 48 commits to main since this releaseThe tab bar stops spending the safe area twice
Fixed
- The tab bar no longer spends the safe area twice on an installed iPhone.
100dvbis the right height in a browser tab, where the address bar comes
and goes and a fixed bar must follow it; installed there is no address bar
and it reports the safe height instead, stopping short of the home
indicator. The bar was fixed to the bottom of that — already 34 points above
the real edge — and then added its own 34 points of inset, because nothing
told it the first 34 were gone. Measured from the label to the bottom edge:
about 45 points on Android against about 98 on an iPhone, where the two home
indicators account for roughly ten. Full height only when installed, so the
browser-tab behaviour is untouched. - The tab bar is the height a tab bar is. Its band of icons and labels was 62
points where iOS gives one 49; eight points of padding became four and it is
54 now. The 48-point target is untouched —min-block-sizeis on the border
box — and every visible tab measures 53 after the change.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The tab bar no longer spends the safe area twice on an installed iPhone.