Bug 205116

Summary: -webkit-text-size-adjust not working on iPad running iOS 13
Product: WebKit Reporter: Frank <frankai5>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: frankai5, hbourcier, lzuanovic, webkit-bug-importer, webkit-unassigned, wenson_hsieh
Priority: P2 Keywords: InRadar, PlatformOnly
Version: Safari 12   
Hardware: iPhone / iPad   
OS: Other   

Frank
Reported 2019-12-11 08:15:08 PST
+++ This bug was initially created as a clone of Bug #201404 +++ OS: iOS/iPadOS 13/13.3 Device: iPad only This happens on iPads running i(Pad)OS 13/13.3 only. For example: <!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> Will be rendered without any style changes on iPad and with style applied on iPhone, both running iOS 13.3. See attached images for example. I'm using a basic WKWebView with the HTML above loaded using loadHTMLString:baseURL: method.
Attachments
Radar WebKit Bug Importer
Comment 1 2019-12-11 13:40:44 PST
Alexey Proskuryakov
Comment 2 2020-02-08 13:35:52 PST
*** This bug has been marked as a duplicate of bug 201404 ***
Note You need to log in before you can comment on or make changes to this bug.