v0.12.0-alpha — banner offset (clear the bottom-nav)
Pre-release
Pre-release
The banner is a screen-edge native overlay, so it could sit on top of chrome like a native bottom-nav. You can now lift it off the edge with an offset (dp): config('admob.banner.offset.{top,bottom}'), ->show('bottom', 56), , or <x-admob::banner offset="56">. Applied as a native margin (Android) / safe-area constraint (iOS). Device-verified: a bottom banner with offset clears the native bottom-nav. The built-in test page now also shows Google demo ads in test_mode (forces canRequestAds). 81 tests green.