[webkit-changes] [WebKit/WebKit] 998883: [iOS] Stop overriding -[UIScrollView _rubberBandOf...
Wenson Hsieh
noreply at github.com
Tue Oct 3 15:32:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 998883d0ff3f1cf70ed35a175892b5afb66ae0d9
https://github.com/WebKit/WebKit/commit/998883d0ff3f1cf70ed35a175892b5afb66ae0d9
Author: Wenson Hsieh <wenson_hsieh at apple.com>
Date: 2023-10-03 (Tue, 03 Oct 2023)
Changed paths:
M Source/WebKit/Platform/spi/ios/UIKitSPI.h
M Source/WebKit/UIProcess/ios/WKScrollView.mm
Log Message:
-----------
[iOS] Stop overriding -[UIScrollView _rubberBandOffsetForOffset:maxOffset:minOffset:range:outside:]
https://bugs.webkit.org/show_bug.cgi?id=262564
rdar://114330182
Reviewed by Tim Horton.
Stop overriding this internal `UIScrollView` method; UIKit will (hopefully) address this in the
future for all scroll views that support pinch-zoom, in rdar://116415439.
* Source/WebKit/Platform/spi/ios/UIKitSPI.h:
* Source/WebKit/UIProcess/ios/WKScrollView.mm:
(-[WKScrollView _rubberBandOffsetForOffset:maxOffset:minOffset:range:outside:]): Deleted.
Canonical link: https://commits.webkit.org/268808@main
More information about the webkit-changes
mailing list