Hi,
I’m trying to disable swipe back on my app but can’t seem to stop it.
I’ve tried disabling it using:
- adding the disable on ion-nav:
<ion-nav id=“content” [root]=“rootPage” #content swipe-back-enabled=“false”> - by adding it to the ionic config (loaded in the Angular config)
swipeBackEnabled: false
What am I missing? Was anyone able to disable this?