We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Back/Forward navigation gesture disabled by default
ios
@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift
loadView(){ ... webView?.allowsBackForwardNavigationGestures = true; ... }
The text was updated successfully, but these errors were encountered:
Should be easy to implement via a config property?
Sorry, something went wrong.
This is enabled by default on Android. Would be nice to bring the platforms closer together 🙏
fix(ios): allow enabling gesture navigation via config (ionic-team#3808)
1cb9471
Signed-off-by: Martin Mazein <[email protected]>
Successfully merging a pull request may close this issue.
Feature Request
Description
Back/Forward navigation gesture disabled by default
Platform(s)
ios
Preferred Solution
@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift
The text was updated successfully, but these errors were encountered: