I enable the swipeGesture by putting this at app component.html
<ion-router-outlet id=“main-content” [swipeGesture]=“true” animated=“true”>.
I have tried
-
this at home.page.module
IonicModule.forRoot({
swipeBackEnabled: false
}), -
constructor(private routerOutlet: IonRouterOutlet) {
}
ngOnInit() : void {
this.routerOutlet.swipeGesture = false;
}
tried tis in home.page.ts
Both are not working. Please help .
1 post - 1 participant