Toggle ios webview settings
npm install capacitor-plugin-ios-webview-configurator
npx cap sync
import { setWebviewBounce } from "capacitor-plugin-ios-webview-configurator";
setWebviewBounce(true);
Set the back/forward swipe gestures support for iOS
Get the back/forward swipe gestures state for iOS
Set webview bounce for iOS