ionic标题居中

<ion-header-bar class="bar bar-header" align-title="center">
<button class="button button-clear zkht-buttonOfBack-size" ng-click="$ionicGoBack()">
<i class="icon ion-ios-arrow-back"></i>
</button>
<h1 class="title zkht-brandListHeader">名称</h1>
</ion-header-bar>

如果不添加align-title="center",在pc端可以居中,手机中就不行。

原文地址:https://www.cnblogs.com/adolfvicto/p/6846479.html