Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 665ec0ccdce0215c79c2a5d210683ba2a62a5af8
https://github.com/WebKit/WebKit/commit/665ec0ccdce0215c79c2a5d210683ba2a62a5af8
Author: Aditya Keerthi <[email protected]>
Date: 2025-07-07 (Mon, 07 Jul 2025)
Changed paths:
M Source/WTF/wtf/PlatformHave.h
M Source/WebKit/Platform/spi/ios/UIKitSPI.h
M Source/WebKit/UIProcess/ios/ViewGestureControllerIOS.mm
Log Message:
-----------
REGRESSION (iOS 26): Scrubbing video on multiple sites causes back/forward
navigation
https://bugs.webkit.org/show_bug.cgi?id=295448
rdar://154879206
Reviewed by Abrar Rahman Protyasha and Wenson Hsieh.
UIKit introduced a new content swipe gesture in iOS 26 for swipes that originate
on navigation controller content. Consequently, swipes that do not occur at the
screen edge may also result in back/forward navigation.
At the moment, UIKit gesture recognizer does not play nicely with WebKit's
gesture recognizers. Until WebKit is ready to support the feature, disable
UIKit's content swipe gesture.
* Source/WTF/wtf/PlatformHave.h:
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
* Source/WebKit/UIProcess/ios/ViewGestureControllerIOS.mm:
(-[WKSwipeTransitionController
initWithViewGestureController:gestureRecognizerView:]):
Canonical link: https://commits.webkit.org/297061@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes