@rvabrazaldo wrote:
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
andSettings
. When you go to theChat Tab
you will then select a person to view its chat content (which directs you to theChat-Detail Page
in actuallity) I wanted to hide the ion-tabs directive when I go to thechat-detail
page so I can force the user to use theBack
button instead of clicking anything on theion-tabs
.
Posts: 2
Participants: 2