ionic-team / ionic-team/cordova-plugin-ionic-webview
Enabling allowsBackForwardNavigationGestures on WKWebView
Open
docs
- Dominant language
- Objective-C
- Stars
- 493
- Forks
- 410
- PR merge metrics
- No merged PRs in 30d
Description
Newer iPhones don't have a back button and users are used to being able to navigate back with a left-to-right swipe. WKWebView disables this behavior by default but it can be enabled with the [allowsBackForwardNavigationGestures property](https://developer.apple.com/documentation/webkit/wkwebview/1414995-allowsbackforwardnavigationgestu) of the WKWebView. I'm wondering if there's a way to set this property with this plugin or if not are there any plans to support this at some point?
Contributor guide
Assessment
This issue has not been assessed yet.