# capacitor-plugin-ios-webview-configurator

Toggle ios webview settings

## Install

```
npm install capacitor-plugin-ios-webview-configurator
npx cap sync
```

## Usage

```
import { setWebviewBounce } from "capacitor-plugin-ios-webview-configurator";

setWebviewBounce(true);
```

## Methods

### setBackForwardNavigationGestures()

Set the back/forward swipe gestures support for iOS

### getBackForwardNavigationGesturesState()

Get the back/forward swipe gestures state for iOS

### setWebviewBounce()

Set webview bounce for iOS
