@saundapp/swipeback
v1.0.2
Published
Add swipe gesture to go back based on current route
Downloads
11
Readme
swipeback
Add swipe gesture to go back based on current route
Install
npm install swipeback
npx cap syncAPI
setAllowsBackForwardNavigationGestures(...)
setAllowsBackForwardNavigationGestures(options: { allow: boolean; }) => Promise<void>| Param | Type |
| ------------- | -------------------------------- |
| options | { allow: boolean; } |
clearHistory()
clearHistory() => Promise<void>