top | item 46870294

(no title)

dannyw | 26 days ago

Liquid Glass changed dimensions and viewport measurements for fixed position elements, amongst a whole host of positioning related bugs:

https://stackoverflow.com/questions/79753701/ios-26-safari-w...

Many of the bugs were fixed in 26.1, but still, I had to fix it to use it.

I was surprised that not much of the entire web was broken, but a cursory search of commits showed that the WebKit/Apple team took the approach of coding in site specific hacks for popular sites (eg instagram, google search!) for iOS 26.

discuss

order

DrewADesign|26 days ago

Maybe I’m not looking in the right places, but I rarely see fixed position elements in modern web layouts— I imagine that’s why you didn’t see more disruption.

dannyw|26 days ago

They may not be used in layouts, but they can be present in cases like keyboard open (if you wanted to attach some controls above the software keyboard for example); or just ever growing compatibility hacks.