Enable the back/forward swipe gestures support for iOS
npm install capacitor-plugin-ios-swipe-back
npx cap sync
Enable the back/forward swipe gestures support for iOS
Capacitor.Plugins.IosSwipeBack.enable()
Disable the back/forward swipe gestures support for iOS
Capacitor.Plugins.IosSwipeBack.disable()