Skip to content

polyfill-hq/capacitor-ios-swipe-gesture

Repository files navigation

capacitor-ios-swipe-gesture

Handles enabling / disabling the iOS back swipe gesture

Install

npm install capacitor-ios-swipe-gesture
npx cap sync

API

enable()

enable() => Promise<void>

disable()

disable() => Promise<void>