capacitor
capacitor copied to clipboard
feat: Add Back/Forward navigation gestures to ios app
Feature Request
Description
Back/Forward navigation gesture disabled by default
Platform(s)
ios
Preferred Solution
@capacitor/ios/Capacitor/Capacitor/CAPBridgeViewController.swift
loadView(){
...
webView?.allowsBackForwardNavigationGestures = true;
...
}
Should be easy to implement via a config property?
This is enabled by default on Android. Would be nice to bring the platforms closer together 🙏