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

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 49240

Trending Articles