Bug 205116
Summary: | -webkit-text-size-adjust not working on iPad running iOS 13 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Frank <frankai5> |
Component: | CSS | Assignee: | 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
+++ 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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/57851534>
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 201404 ***