[webkit-changes] [WebKit/WebKit] e9d2d1: [iOS] Instagram story header lays out under status...

Jer Noble noreply at github.com
Wed Jan 24 07:21:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: e9d2d1449a98d1e47abca2829f576cbb19e7d041
      https://github.com/WebKit/WebKit/commit/e9d2d1449a98d1e47abca2829f576cbb19e7d041
  Author: Jer Noble <jer.noble at apple.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M Source/WebCore/page/Quirks.cpp

  Log Message:
  -----------
  [iOS] Instagram story header lays out under status bar on the web and can’t be tapped
https://bugs.webkit.org/show_bug.cgi?id=267893
rdar://121014613

Reviewed by Aditya Keerthi and Eric Carlson.

Instagram adopts `viewport-fit=cover`, so fullscreen content will intentionally flow under the
unsafe areas in fullscreen. Adding a quirk for Instagram.com to disable the Fullscreen API
until this behavior is fixed server-side.

* Source/WebCore/page/Quirks.cpp:
(WebCore::Quirks::shouldDisableElementFullscreenQuirk const):

Canonical link: https://commits.webkit.org/273409@main




More information about the webkit-changes mailing list