Tab switching and header

Hi,
I have an issue with tab switching when header changes buttons it has, besides there is a delay of removing back button that is visible, for some reason title doesn’t get repositioned and stays off center. I made a short video of this what is happening.

Video link

I’m still on v1.0.0-beta.12-nightly-468, but before updating all, would like to know if it could possibly fix the issue.

My Sessions tab has the basic header buttons in place

<ion-nav-buttons side="left"> 
    <button class="button button-clear" ng-click="deleteSessions()" >Delete</button>
</ion-nav-buttons>
<ion-nav-buttons side="right"> 
    <button class="button button-clear" ng-click="emailSessions()" >Email</button>
</ion-nav-buttons>

I went ahead and updated to latest night build (v1.0.0-beta.13-nightly-880) and at the first it seems that the problem is fixed, need to make further testing to test all.

thnx

Hey there. Yeah that was an issue back in beta 12 I believe and should have been fixed in beta 13.

Yeah, it works just fine :slight_smile: thanks