Title explains really. If on an iPad, tabs are aligned to the left rather than centred.
Fixed with some css, should this be in the ionic library?
ion-tabbar { display: flex; justify-content: center; }