Hi!!
I have the property tabsHideOnSubPages: true, in my app.module.ts, and it worked perfectly.
But now, the user has to select a mode for the app using slides. I make it with setRoot(page) to go from the slide selected to the main page, but then, due to the tabsHideOnSubPages: true, the tabs are hidden because the app consideres that I’m in a subpage.
Is there a way to push or setRoot a page, and don’t make it a subpage or something like that? Or how should I do the slides then?
Thank you!