ionic-super-tabs
ionic-super-tabs copied to clipboard
nav push swipe back
ionic-angular 3.9.5 ionic2-super-tabs 5.2.0
We're using super-tabs nested inside ionics default tabs project.
In our app.modules.ts we've enabled swipeBackEnabled
The issue we're running into is any main tab using nested super-tabs, if I push a page with the navParams.rootNavCtrl then I'm unable to swipe to go back.
If main tab does NOT have a super-tabs component and push a page then swipe back works correctly.
Any suggestion on getting this to work?