[Webkit-unassigned] [Bug 201404] New: -webkit-text-size-adjust not working on iPad running iOS 13
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Sep 2 10:20:00 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=201404
Bug ID: 201404
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: lzuanovic at bloomberg.net
Created attachment 377856
--> https://bugs.webkit.org/attachment.cgi?id=377856&action=review
iPad - iPhone differences
OS: iOS/iPadOS 13/13.1
Device: iPad only
This happens on iPads running i(Pad)OS 13/13.1 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. 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 the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190902/5ec15d04/attachment.html>
More information about the webkit-unassigned
mailing list