WebView bugged up in iOS 26 - BDK Native in my case

Is anyone else’s BDK Native showing broken headers and footers in iOS 26? Here’s a video of my issue…scrolling the page also scrolls the Header and Footer floating groups - neither of which should be scrollable.

Apparently, this is a problem across WebView on iOS 26, not just BDK (see StackOverflow thread).

Wondering if I’m going crazy - is this not affecting every BDK and Natively build in production right now, for devices on iOS 26? Or even Bubble Native, on WebView screens? I’m surprised I’m not seeing more threads on this. Wondering if it’s something in my build specifically.

Has anyone solved this?

Yes, I am actively developing a truer native build to migrate off BDK. It’s just taking a while, and it will still involve Webview for lots of screens.

Gaurav told me to try the code snippet below in the page’s Header script, and to make a conditionally visible part of the header (which I had already implemented years ago). Neither worked.

body { min-height: calc(100vh) !important; } [.main-page.bubble-element.Page](https://.main-page.bubble-element.page/) { min-height: calc(100vh) !important; }