Well i was searching to make this in my application (let’s see the picture i made for you).
I think I can do this with ion-menu but in general cases, ion-menu is used with a slide from left to right. I just want a simple widget with 3 tabs calling 3 differents html pages with ion-view > ion-content.
Have you got some ideas to make this ?
completely unrelated to this topic but I’ve been working with ionic for over a month now and I’ve noticed that @mhartington is killing it with the forum support. always prompt and helpful, thanks for your awesome work, Mike!
I do what I can, I miss a few questions here and there so I really count on all of you to help out where you can. Lets make this a great and helpful community
His effect is (thanks to the abstract) to put the tab all over your nav, isn’t it ?
But what if I just want a sub-nav by tabs in one page and not on all my navigation ?
I think that I have to use the $ionicTabsDelegate but I’m a bit confused with all thoses directives…
Is there a solution to call my content from another file .html from another ?
If it’s possible, does my ion-tabs have to be with my content who’s called, or in my page calling the content ?
Exemple : I have a html file called “manifs.html” where I have my nav, an image, my awesome title and the awesome description. I have 3 diffrent contents to call in the end of my manifs.html .In order to call my contents do I have to put my ion-tabs in my manifs.html or directly before my content ?