View title flickering on tabs based app

There is a noticeable flicker of the view title when switching between tabs on my app, it’s like the title is removed then added during tab change instead of just changing. I also see this on ionic 2, is there no fix?

For android, try this:

.platform-android .header-item.title { transition-duration: 0ms; } .platform-android .header-item.buttons { transition-duration: 0ms; }