Don
21. Januar 2025 um 21:03
1
Hello
I am on iPhone 6s iOS 15.8.3 and on the topic page the layout seems has some issue on meta I didn’t update my site yet so I don’t know it happens only on meta… I didn’t have time to check the commits yet…
And also noticed the footer nav is not blurred anymore…
I’ve noticed also I can move the whole page side ways. (It seems this is only happens in DiscourseHun and PWA)
It’s probably already discussed on meta, if yes please feel free to move this to the related topic.
Thanks
5 „Gefällt mir“
pmusaraj
(Penar Musaraj)
21. Januar 2025 um 21:38
2
Seeing the same, feels like a regression from recent commits, no repro on a site deployed on a commit from 4 days ago. We will look into it. Thanks!
2 „Gefällt mir“
pmusaraj
(Penar Musaraj)
21. Januar 2025 um 22:01
3
This I can’t repro on either Hub or PWA.
1 „Gefällt mir“
Don
21. Januar 2025 um 22:16
4
It seems it’s going to be a support problem. I connected my phone to the mac and inspect the PWA.
Checked caniuse and it seems it requires the -webkit-
prefix on my iOS version.
Yep, adding -webkit-
prefix fixed it.
4 „Gefällt mir“
david
(David Taylor)
21. Januar 2025 um 23:34
6
This will fix some more layout issues on older iOS versions:
discourse:main
← discourse:prefix-media-query
opened 11:28PM - 21 Jan 25 UTC
"context" notation is not supported in iOS < 16.4, and we don't have any post-pr… ocessing on our CSS files which can automatically make that conversion.
For now, changing the stylelint config to enforce the more-compatible syntax, and updating all occurences.
And the prefix for backdrop-filter:
discourse:main
← discourse:footer-nav-blur
opened 11:34PM - 21 Jan 25 UTC
This was inadvertantly removed in d88ee33eb622e52cec5f442dd6416e68c8f758e4
Se… e https://meta.discourse.org/t/348262/4
5 „Gefällt mir“
Don
22. Januar 2025 um 07:30
7
Thanks for the quick fixes. Works great now
4 „Gefällt mir“