【问题标题】:CSS hack that also supports IOS16也支持 IOS16 的 CSS hack
【发布时间】:2022-09-27 21:41:11
【问题描述】:

这个 CSS hack 曾经适用于 iOS 15.6,但它不适用于 iOS 16。

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {}
}

是否还有针对 Safari 16 的新黑客?

    标签: css media-queries ios16


    【解决方案1】:

    一些连字符似乎只适用于野生动物园。老实说,我从未使用过它们,但从这里看一下 https://caniuse.com/?search=-webkit-hyphens

    也有人建议这个

    @supports (-webkit-hyphens:none){
            @content
    }
        
    

    Is there a way to apply styles to Safari only?

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-01-08
      • 2011-11-01
      • 2014-06-15
      • 1970-01-01
      • 2018-04-16
      相关资源
      最近更新 更多