I’m starting to switch my app to Ionic Framework. Great work so far guys!
I’m having an issue with multiple states with tabs and views. I don’t know much about moving this to codepen or I would do that, but here is the ZIP of my project. It’s a modified version of the ionic start side menu project.
Anyone able to download and give my project a quick run? Is it something in Ionic or my route configuration that is messing with the multiple tab states? Thanks.
I’ve modified the codepen to use individual states for the tab pages, the app runs but now there are no content on any tab pages and still the problem exists that when navigating to the 2nd tab page, it’s rendering the 1st tab page instead and links only work for the 1st.
Can you see an issue still with my code or is it an Ionic issue?
Notice how tab1 and tab2 are setup as abstract states and I also update the names of the home,about, and settings states.
So How you had it before was actually the correct out put for what your code was like.
Since the view that setup each ion-tabs only had nav-views, it didnt really have any content to display, which is why it was blank.
The wrong code was actually working fine with one set of tabs only, but not when there are multiple menus with tabs (like in this example), only the first set of tabs opened would display.