[Webkit-unassigned] [Bug 205116] New: -webkit-text-size-adjust not working on iPad running iOS 13
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 11 08:15:08 PST 2019
https://bugs.webkit.org/show_bug.cgi?id=205116
Bug ID: 205116
Summary: -webkit-text-size-adjust not working on iPad running
iOS 13
Product: WebKit
Version: Safari 12
Hardware: iPhone / iPad
OS: Other
Status: NEW
Keywords: PlatformOnly
Severity: Normal
Priority: P2
Component: CSS
Assignee: webkit-unassigned at lists.webkit.org
Reporter: frankai5 at gmail.com
CC: frankai5 at gmail.com, hbourcier at druide.com,
lzuanovic at bloomberg.net,
webkit-unassigned at lists.webkit.org
+++ 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.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191211/1d1d905e/attachment-0001.htm>
More information about the webkit-unassigned
mailing list