emilkaiser / capacitor-plugin-ios-webview-configurator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Swift 45.9%Language:Objective-C 19.0%Language:Ruby 15.7%Language:TypeScript 13.8%Language:JavaScript 5.6%