Add the following code to the App.js page
. config (function ($stateProvider, $urlRouterProvider, $ionicConfigProvider) { $ IonicConfigProvider.platform.ios.tabs.style (' standard '); $ionicConfigProvider. Platform.ios.tabs.position (' bottom '); $ionicConfigProvider. Platform.android.tabs.style (' standard '); $ionicConfigProvider. Platform.android.tabs.position (' standard '); $ionicConfigProvider. Platform.ios.navBar.alignTitle (' center '); $ionicConfigProvider. Platform.android.navBar.alignTitle (' left '); $ionicConfigProvider. Platform.ios.backButton.previousTitleText ('). Icon (' Ion-ios-arrow-thin-left '); $ionicConfigProvider. Platform.android.backButton.previousTitleText ('). Icon (' Ion-android-arrow-back '); $ionicConfigProvider. Platform.ios.views.transition (' iOS '); $ionicConfigProvider. Platform.android.views.transition (' Android '); })
Re-package the installation.
Ionic APP solves the bug that the Android side tab on the real machine is on top