Ionic 3 标题栏相关
Posted maochunyan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ionic 3 标题栏相关相关的知识,希望对你有一定的参考价值。
参考链接:https://blog.csdn.net/zhile7y/article/details/80250808
在中文APP下把Back改为返回的快速有效方法:
打开src/app/app.module.ts文件,在 IonicModule.forToot(MyApp)中添加参数{backButtonText:‘返回‘}:
IonicModule.forToot(MyApp,{backButtonText:‘返回‘})
2. 修改返回按钮颜色
参考官网 Overriding Ionic Sass Variables 文档
可在 ./src/theme/variables.scss
中修改返回按钮颜色
$toolbar-ios-button-color: #222;
以上是关于Ionic 3 标题栏相关的主要内容,如果未能解决你的问题,请参考以下文章