Create a new sidemenu app: ionic start MyApp sidemenu
Replace the generated “Playlist” view with a tab view.
So, for example, when you click on “Reggae”, the app should should a new view that has two tabs (for example, “songs” and “albums”). Sounds easy, but I can’t get it to work properly. The closest I’ve come is that it presents the tab view, but there is no back button to navigate back to the list of genres.
Thanks for the reply. I really appreciate it. Your example is good, but does not address the challenge I am facing. In your example, the tab view is the first view presented from the sidemenu. In my scenario, the tab view is to be displayed after selecting an item from the previous list view, which means that the tab view needs to accept a parameter (in my example, a playlistId). There should be a back button the tab view, to go back to the list view. And from there, you can access the side menu.