Multiple Active Views Is This Normal

ok so I have 4 views in my app its starts off with my home view which is the default view thats first loaded when my app starts so when my other 3 view are clicked they all have the same active class from ionic which is nav-view=“active” is this normal in ionic?

Also when I click the views I notice that the current clicked view appears on top of the other views but when I try and navigate to my home/default view the application does so but this view is at the bottom of all the other views how do I bring it to the front or make it the first view where it would appear to be visible to the user