Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 435 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 435 Bytes

capacitor-plugin-ios-swipe-back

Enable the back/forward swipe gestures support for iOS

Install

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

Methods

enable()

Enable the back/forward swipe gestures support for iOS

Capacitor.Plugins.IosSwipeBack.enable()

disable()

Disable the back/forward swipe gestures support for iOS

Capacitor.Plugins.IosSwipeBack.disable()

Thank You!