[Webkit-unassigned] [Bug 192564] Regression (iOS 12): Keyboard dismissal leaves WKWebView viewport-fit=cover content offscreen
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 14 00:25:42 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192564
--- Comment #1 from Darryl Pogue <dvpdiner2 at gmail.com> ---
Did a bit of investigating here.
On dismissing the keyboard, in WKWebView's _contentBoundsExtendedForRubberbandingWithScale we're getting a verticalRubberbandAmountInContentCoordinates of 260, which leads to the content being partly offscreen.
This seems to be due to [_scrollView contentOffset] not being adjusted for the keyboard dismissal at the time that we're reading it, because it is indicating (0, 260)
--
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/20181214/664880a0/attachment-0001.html>
More information about the webkit-unassigned
mailing list