Ionic nav-bar: Title is not centered on Android Device

后端 未结 9 1027
别跟我提以往
别跟我提以往 2021-02-01 17:20

Im very new to Ionic but i already like it. I wanted to use the nav-barso i implemented the following index.html:




        
9条回答
  •  遥遥无期
    2021-02-01 17:46

    As mentioned in the above answer, you can simply use $ionicConfigProvider.navBar.alignTitle('center'); and override the centering behavior of all your view titles. OR, if you need to change the position of your view title on other views, then you can simply make use of center HTML tag around the title. You can see the demo here Ionic Title

提交回复
热议问题