Search input dissapear on android

Thanks a lot stivekx, i don’t know that option ionic serve --lab it’s very good option, i already found the answer to my problem y copy the code found:

.config(function($ionicConfigProvider) {
$ionicConfigProvider.backButton.text('Go Back').icon('ion-chevron-left');
$ionicConfigProvider.navBar.alignTitle("center"); //Places them at the bottom for all OS
$ionicConfigProvider.tabs.position("bottom"); //Places them at the bottom for all OS
$ionicConfigProvider.tabs.style("standard"); //Makes them all look the same across all OS
})

this answer was given in this topic reply