0.4.0 • Published 3 years ago

capacitor-plugin-ios-webview-configurator v0.4.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

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