swipeback Add swipe gesture to go back based on current route Install npm install swipeback npx cap sync API setAllowsBackForwardNavigationGestures(...) clearHistory() setAllowsBackForwardNavigationGestures(...) setAllowsBackForwardNavigationGestures(options: { allow: boolean; }) => Promise<void> Param Type options { allow: boolean; } clearHistory() clearHistory() => Promise<void>