I’ve been trying to find a solution but I can’t find any. I’ll use basic examples so anyone who knows ionic can understand my problem well.
ionic start myApp tabs will create a new project with tabs ready to go.
Those tabs are Dashboard, Chat and Settings. When you go to the Chat Tab you will then select a person to view its chat content (which directs you to the Chat-Detail Page in actuallity) I wanted to hide the ion-tabs directive when I go to the chat-detail page so I can force the user to use the Back button instead of clicking anything on the ion-tabs.