ionic默认样式android和ios的一些不同(当时真是纠结啊~)

当时测试的时候看到android和ios上有那么大差别,特别崩溃啊...

还好看到了这篇文章,文章原文是Ionicchina中文网上的:http://ionichina.com/topic/54e453ee2be672f1111c01e1

ionicframework中android和ios在默认样式上有一些不同的地方,官方文档中都有说明,但是经常会想不起。

1.tab位置,$ionicConfigProvider, tabs.position(value)

Android 默认是顶部(top),Ios是底部 (bottom)

官方文档

2.标题android默认靠左边,ios默认居中

navBar.alignTitle(value)

Which side of the navBar to align the title. Default center. 官方文档

3.tabs的样式,在ios上为standard,Android上为striped样式

$ionicConfigProvider.tabs.style('standard');

posted @ 2015-04-08 10:21  白洋花海  阅读(2271)  评论(0编辑  收藏  举报