RESOLVED FIXED 128523
[iOS][wk2] WebKit2 View Gestures (Swipe): Forward swipe gesture
https://bugs.webkit.org/show_bug.cgi?id=128523
Summary [iOS][wk2] WebKit2 View Gestures (Swipe): Forward swipe gesture
Tim Horton
Reported 2014-02-10 02:26:23 PST
We have back swipe, but not forwards. Turns out this is because the gesture recognizer, which is on the WKView, is cancelled when the swipe starts and the WKView is reparented. We should be swiping the scrollview instead, anyway. <rdar://problem/16020378>
Attachments
patch (10.21 KB, patch)
2014-02-10 02:31 PST, Tim Horton
no flags
Tim Horton
Comment 1 2014-02-10 02:31:40 PST
WebKit Commit Bot
Comment 2 2014-02-10 10:04:56 PST
Comment on attachment 223686 [details] patch Clearing flags on attachment: 223686 Committed r163795: <http://trac.webkit.org/changeset/163795>
WebKit Commit Bot
Comment 3 2014-02-10 10:04:58 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.