[Webkit-unassigned] [Bug 177023] [Chrome] WKWebView layout problems on iPhone X Simulator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 16 19:33:20 PDT 2017


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

--- Comment #3 from Tim Horton <thorton at apple.com> ---
What's happening here is that the page is scrolling when you focus the input field -- it's expected that content can sit in the unsafe area in the direction that you can scroll in -- see the same thing happening with a scrollable page in Safari, for example. It's also expected (I think) that we scroll to center input fields. And the page is vertically scrollable because it is designed to be (it always lays out to slightly taller than the viewport).

The same thing happens with UIWebView... it scrolls a bit more, so you don't get exactly the same overlap, but if you scroll back up a bit you still get content under the status bar/in the unsafe area.

Can you specify which part of this you don't expect or disagree with?

-- 
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/20170917/6ab2a09e/attachment.html>


More information about the webkit-unassigned mailing list