[Webkit-unassigned] [Bug 212371] New page loaded with a negative content offset for the first time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 10:13:12 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=212371

--- Comment #4 from Tim Horton <thorton at apple.com> ---
This reproduces for me.

You can work around this (I tried in your test app) by avoiding the safe area:

webView.frame = view.bounds.inset(by: view.safeAreaInsets)

but ... we should figure out why this isn't working, since it works fine on iOS.

-- 
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/20200526/ea5a6378/attachment.htm>


More information about the webkit-unassigned mailing list