[Kitchen Sink] PWA iOS 26.1 - bottom tabs issue

Hi,
In PWAs in iOS 26.1, the bottom tabs are lower than they should be.
Please tell me if this can be fixed?

Yes it can be fixed, but, it looks like development has stalled on future releases of Framework7. My suggestion would be to created your own fixes in an external CSS file, and hopefully share it with the community.

did anybody find a solution for this? Or do we wait for iOS26.2?

I solved it for now with the following:

html, body, .framework7-root {
max-height: 100dvh;
height: 100dvh;
}

1 Like

aaahhh, that didn’t work, because now on older ios versions the page doesn’t fit the whole screen… sorry. Maybe we can make this conditional using js, so it only happens on ios 26?

Hi! There’s a new version for Framework7 (9.0.0) and it’s awesome. Just check if it’s not fixed now :wink:

1 Like

It’s not fixed in framework7 (9.0.0), but it seems to be fixed in iOS 26.2 beta 3. And yes, i like the new toolbar!