Ionic View transition flickering

This nav bar flicker, is that happening when switching between tabs (“ion-tabs”), and on an Android device?

If so then I may have a solution:

/*
    CSS styles to eliminate the annoying flickering header when changing tabs in an Ionic app on Android:
    http://forum.ionicframework.com/t/flickering-when-navigating-via-tabs-on-android/27281/2
*/
.platform-android .header-item.title {
    transition-duration: 0ms;
}
.platform-android .header-item.buttons {
    transition-duration: 0ms;
}

Thanks to: