I have been having the issue for a little while, my side menu works perfectly on Android and web but on IOS it only works on homepage when I swipe from left to open the menu on every other page swipe from the left takes me to the previous page rather than opening the menu. Any suggestion how can I have my side menu show when a user swipes from left?
I tried, but seems to not do anything.
IonicModule.forRoot(MyApp, {
backButtonText: '',
swipeBackEnabled: false,
}, {})
So is the menu button visible on these pages where the slide-from-left doesn’t work?