-webkit-text-size-adjust在iPad OS 13上不起作用

问题描述 投票:0回答:1
<!DOCTYPE html>
        <html>
            <body>
                <div style="-webkit-text-size-adjust: 56.2962293624878%;">
                    Sample text sample text sample text
                </div>
                <div style="-webkit-text-size-adjust: 156.2962293624878%;">
                    Sample text sample text sample text
                </div>
                <div style="-webkit-text-size-adjust: 356.2962293624878%;">
                    Sample text sample text sample text
                </div>
            </body>
        </html>

https://bugs.webkit.org/show_bug.cgi?id=201404中所述,-webkit-text-size-adjust在运行iOS 13的iPad上不起作用。您知道有什么可以替代它吗?我正在使用webkit-text-size-adjust处理动态类型(1)。

css ipad webkit ios13 dynamic-type-feature
1个回答
0
投票

WebKit已解决此问题。请参阅-https://bugs.webkit.org/show_bug.cgi?id=212122

© www.soinside.com 2019 - 2024. All rights reserved.