[Webkit-unassigned] [Bug 229876] New: iOS 15 Beta 8 VisualViewport.height does not account for address bar above virtual keyboard

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 3 09:43:33 PDT 2021


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

            Bug ID: 229876
           Summary: iOS 15 Beta 8 VisualViewport.height does not account
                    for address bar above virtual keyboard
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: UI Events
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: matan.hershberg at nuance.com

Created attachment 437279

  --> https://bugs.webkit.org/attachment.cgi?id=437279&action=review

Bottom text is covered by virtual keyboard' address bar

iOS 15 Beta 8

VisualViewport.height returns a pixel size that does not account for the address bar above the Virtual Keyboard.

This causes elements that are aligned to the bottom of the page, based on VisualViewport.height, to be hidden by the address bar above the Virtual Keyboard.


I created a test page at https://matan-hershberg-nuance.github.io/ios15-beta-visualviewport-bug/

The test page has an input box, and a paragraph tag that aligns to the bottom of viewport based on VisualViewport.height values.

When clicking the input box and the Virtual Keyboard goes up, the address bar covers the "Bottom" text.

I believe this was not reproducible in earlier versions of the Beta.

-- 
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/20210903/7b8b3ca1/attachment.htm>


More information about the webkit-unassigned mailing list