[webkit-changes] [WebKit/WebKit] d26e92: [iOS] Element fullscreen window should not support...

aestes noreply at github.com
Sat Feb 24 15:48:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d26e92fa4929bcb060871bda4d299dd0ea151a51
      https://github.com/WebKit/WebKit/commit/d26e92fa4929bcb060871bda4d299dd0ea151a51
  Author: Andy Estes <aestes at apple.com>
  Date:   2024-02-24 (Sat, 24 Feb 2024)

  Changed paths:
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm

  Log Message:
  -----------
  [iOS] Element fullscreen window should not support pinch-to-dismiss
https://bugs.webkit.org/show_bug.cgi?id=270001
rdar://122838328

Reviewed by Jer Noble.

For parity with AVPlayerViewController on iOS, remove support for dismissing the element fullscreen
window via pinch gesture. Pan dismissal remains supported.

* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
(-[WKFullScreenWindowController enterFullScreen:]):
(-[WKFullScreenWindowController interactionControllerForDismissal:]):
(-[WKFullScreenWindowController _interactiveDismissChanged:]):
(-[WKFullScreenWindowController _interactivePinchDismissChanged:]): Deleted.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list