Ionic beta14 make tabs upside in andriod!

How to show
1.ionic start ionic_app tabs
2.open index.html

image

the tab is upside to the top, not at bottom, in andriod, ios is ok

beta13 is ok

This is by design for Android, to match their deisgn guides I believe… please see this post.
It can be changed via config.

Thank you very much! 谢谢哈哈哈~~~~

果然是这个问题

$ionicConfigProvider.tabs.position(‘bottom’) done!