Hi,
In my Ionic app I have created a project using sidemenu template,and to have access to both side menu and tabs I have set root page after login to tabspage.Now there are other pages which were not included in tabs and were present in my sidemenu.Whenever I click on sidemenu,tabs page disappears.Can anyone suggest me some solution where I can have access to both Sidemenu and Tabsmenu?
Hi, I have been using both together for a while and have recently updated a skeleton app that does both sidemenu + tab and has full control, i.e.
- any page can be either in the sidemenu, tab, or both
- any page can show up in the tab-bar or not
- any page can display the tab-bar or not
using a simple service. It is available here:
https://github.com/dorontal/ionic-tabs-sidemenu