Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48983

Ionic 5 Disable iOS Swipe Back in ONE PAGE ONLY

$
0
0

Hi, I want to disable swiper back only on home page and work in other pages.
i tried in home.page.ts

private routerOutlet: IonRouterOutlet
ionViewDidEnter() {
    this.routerOutlet.swipeGesture = false;
  }

  ionViewWillLeave() {
    this.routerOutlet.swipeGesture = true;
  }

but it does not work and disabled in whole app.

please help me to fix this thanks

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 48983

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>