Questions tagged as 'navigation'

0
answers

problem with navigation on ionic v1

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',...
asked by 31.05.2017 / 17:47
0
answers

NavigationController configured as transparent is loaded with color from the previous view

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...
asked by 05.11.2016 / 02:04
4
answers

Go to main screen from any screen in android studio

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     
asked by 05.07.2018 / 04:12