Skip to content

v0.13.0-alpha — banner auto safe-area inset

Pre-release
Pre-release

Choose a tag to compare

@blessedzulu blessedzulu released this 02 Jun 11:23
· 8 commits to main since this release

The banner now auto-insets past the OS system bars by default so a bottom banner isn't clipped behind the gesture/nav bar (and a top banner isn't under the status bar) - matching iOS. Android reads WindowInsets; the per-position offset stacks on top. Toggle with ADMOB_BANNER_SAFE_AREA=false for edge-to-edge. NativePHP's --inset-* CSS vars are for WebView content, not native overlays, so this is handled natively. 82 tests green.