[Webkit-unassigned] [Bug 141832] Viewport height is taller than the visible part of the document in some mobile browsers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 8 06:01:30 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=141832
Tim <wensink.tim at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wensink.tim at gmail.com
--- Comment #15 from Tim <wensink.tim at gmail.com> ---
Since there still isn't a proper solution to get the actual viewport height on crossbrowser/devices, is there anything planned?
I guess implementing something like 'height: 100vhi;' would solve the majority of problems. This would give back the initial viewport height without the browser chrome (addressbar and other menu's).
So
100vh = device viewport height
100vhi = 100vh - browser chrome
Is that something webkit considers implementing? Would be so helpful and would help speed up everything because we don't need unnecessary javascripts.
--
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/20180608/b6bd8f5d/attachment.html>
More information about the webkit-unassigned
mailing list