當時測試的時候看到android和ios上有那麼大差異,特別崩潰啊...android
還好看到了這篇文章,文章原文是Ionicchina中文網上的:http://ionichina.com/topic/54e453ee2be672f1111c01e1ios
ionicframework中android和ios在默認樣式上有一些不一樣的地方,官方文檔中都有說明,可是常常會想不起。web
1.tab位置,$ionicConfigProvider, tabs.position(value)api
Android 默認是頂部(top),Ios是底部 (bottom)ionic
官方文檔ide
2.標題android默認靠左邊,ios默認居中測試
navBar.alignTitle(value)spa
Which side of the navBar to align the title. Default center. 官方文檔orm
3.tabs的樣式,在ios上爲standard,Android上爲striped樣式ip
$ionicConfigProvider.tabs.style('standard');