WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WORKSFORME
247084
[iOS] WKWebView's back gesture doesn't work with Stage Manager
https://bugs.webkit.org/show_bug.cgi?id=247084
Summary
[iOS] WKWebView's back gesture doesn't work with Stage Manager
Ali Juma
Reported
2022-10-26 13:39:27 PDT
With Stage Manager enabled in iOS 16.1, WKWebView's back swipe gesture (the gesture that you get by setting WKWebView.allowsBackForwardNavigationGestures to YES) doesn't work, since swiping from the left edge brings up the Stage Manager UI instead. This does work in Safari though, where swiping from the left edge shows the previous page and also exposes an arrow-like UI element for triggering Stage Manager's UI.
Attachments
Add attachment
proposed patch, testcase, etc.
Tim Horton
Comment 1
2022-10-26 17:09:12 PDT
Apps can get the double-swipe behavior by adopting `preferredScreenEdgesDeferringSystemGestures` on UIViewController.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug