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.
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>
…