RESOLVED FIXED 163758
[iOS] _webViewWillEndNavigationGesture:withNavigationToBackForwardListItem: is never called
https://bugs.webkit.org/show_bug.cgi?id=163758
Summary [iOS] _webViewWillEndNavigationGesture:withNavigationToBackForwardListItem: i...
mitz
Reported 2016-10-20 14:04:16 PDT
Because ViewGestureControllerIOS.mm’s implementation of ViewGestureController::beginSwipeGesture sets the transition context’s interactive update handler to the empty block right after setting it to the block that calls navigationGestureWillEnd(), the latter never gets called.
Attachments
Don't reset the update handler (1.51 KB, patch)
2016-10-21 20:43 PDT, mitz
darin: review+
mitz
Comment 1 2016-10-21 20:43:15 PDT
Created attachment 292452 [details] Don't reset the update handler
mitz
Comment 2 2016-10-22 00:26:25 PDT
Note You need to log in before you can comment on or make changes to this bug.