I'm doing a navigation between a tab and two views here my app.js configuration
.state('tab', {
url: '/tab',
abstract: true,
templateUrl: 'templates/tabs.html',
cache: 'true'
})
.state('tab.domiciliarios',...
I have a view configured with the NavigationController as transparent, however when the view is loaded, the initial color of the NavBar is loaded with the color of the NavBar of the view that precedes it.
In my view 1 (previous), I have my Na...
I have a project in Android studio with several activities, in which I want the moment when I press the back button of the navigation bar to return to the main screen of my project.
Thank you in advance