Skip to content

SaundApp/SwipeBack

Repository files navigation

swipeback

Add swipe gesture to go back based on current route

Install

npm install swipeback
npx cap sync

API

setAllowsBackForwardNavigationGestures(...)

setAllowsBackForwardNavigationGestures(options: { allow: boolean; }) => Promise<void>
Param Type
options { allow: boolean; }

clearHistory()

clearHistory() => Promise<void>

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks