1.0.0 • Published 5 months ago

capacitor-swipe-back-plugin v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

capacitor-swipe-back

Capacitor swipe back plugin. For Capacitor v3, v4 (0.0.3) and v5 (1.0.0+). For v2 use original plugin: https://github.com/diiiary/capacitor-plugin-ios-swipe-back

Install

npm install capacitor-swipe-back-plugin
npx cap sync

API

enable()

enable() => Promise<{ status: 'enable'; }>

Returns: Promise<{ status: 'enable'; }>


disable()

disable() => Promise<{ status: 'disable'; }>

Returns: Promise<{ status: 'disable'; }>


1.0.0

5 months ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago