1. Open App.js File
2. Locate the. config (function ($stateProvider, $urlRouterProvider)) {
$stateProvider
... ...
}
3. Add the red Part Code. 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 (' bottom ');
$ionicConfigProvider. Platform.ios.navBar.alignTitle (' center ');
$ionicConfigProvider. Platform.android.navBar.alignTitle (' center ');
$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 ');
$stateProvider
... ...
}
4.
Ionic tab navigation in Android real-computer test navigation at the top of the solution