Hello,
I have an app that has 2 menus: a slide menu at the left side and tabs at the bottom.
So you end up with something like:
The tabs can be seen as shortcuts to the most important items. They should be visible at all time, but I should be able to show other content items (from the side menu).
The main structure of my app is:
Side menu (ion-side-menus) with a content nav view -> content nav view filled with tabs (ion-tabs) -> content displayed in one of the nav views related to the tabs.
This works very nice for the tabs, but if I want to display anything from the side-menu inside the content area, I have to assign it to a nav view of one of the tabs. This works, but makes the tab active, although what I’m displaying isn’t related to any tab.
I could replace the entire content area+tabs with my content, only problem is that the tabs should be visible at all time…
What’s the best way to achieve this?
Kind regards