Questions tagged [navigation]

Navigation refers to the process of navigating a network of resources, and the user interface that is used to do so.

Navigation refers to the process of navigating a network of resources and the user interface that is used to do so.

A navigation system is a (usually electronic) system that aids is navigation.

Navigation systems may be capable of:

  • containing maps, which may be displayed in human readable format via text or in a graphical format
  • determining a vehicle or vessel's location via sensors, maps or information from external sources
  • providing suggested directions to a human in charge of a vehicle or vessel via text or speech
  • providing directions directly to an autonomous vehicle such as a robotic probe or guided missile
  • providing information on nearby vehicles or vessels, or other hazards or obstacles
  • providing information on traffic conditions and suggesting alternative directions

Types of navigation systems

14678 questions
3
votes
1 answer

Angular 2 Router broken since version alpha 34

I have been playing around with Angular2 for quite a while. All the code is bleeding edge and using the latest TypeScript Nightly 1.6 and Angular alpha 34. I am unable to call the parent router from one of the Components. Please help me if possible.…
user2379441
  • 148
  • 6
3
votes
2 answers

jQuery smooth scrolling anchor navigation

I have a list based navigation at the top of my site, it's a one page site so the a hrefs are anchors to sections on the page. I've used this code: jQuery smooth scroll positioning doesn't work Navigation:
3
votes
1 answer

Best practice MVVM navigation using Master Detail page?

I want to follow the MVVM pattern as much as possible, but I don't know if I am doing the navigation quite well. Note that I am using a MasterDetail page and I want to maintain the Master page, changing only the Detail side when I navigate. Here is…
Fran_gg7
  • 717
  • 3
  • 13
  • 30
3
votes
1 answer

onUpdateNavigationState() error

I am in the process of upgrading from Skobbler 2.3 to the latest 2.5 and I am picking up an error with navigation. When onUpdateNavigationState() is called, all data in the SKNavigationState object is always empty. For instance,…
Faeem Ali
  • 121
  • 1
  • 6
3
votes
1 answer

Change parent navigation frame from a child control with a hyperlink

I think I'm possibly having trouble wording it (being new to silverlight and its controls) but the general goal and problem is this: I have created a silverlight application with "MainPage.xaml". Within the page is a grid that has two basic…
Brad Christie
  • 100,477
  • 16
  • 156
  • 200
3
votes
1 answer

What is the best way to integrate Prism region management with WPF's Navigation Services?

I have a Prism (CAL) shell with defined regions. Each region is responsible for its Navigation Journal and some regions will inherit from the parent. The issue is that you cannot define Prism regions in a Frame's content template. What is the best…
kman_rocks
  • 51
  • 7
3
votes
3 answers

PHP - Split website in to files

I am currently developing a website in purpose of learning some more, but I just could not figure this one out and I do not know what to search for exactly, I haven't found anything. So basically I have a navigation bar, a content box, and a footer.…
TyhaiMahy
  • 85
  • 1
  • 2
  • 8
3
votes
1 answer

sync users location with google maps in java script

Is it possible to synchronize users location using geolocation?, so that if the user is travelling his location will be updated on the page, some what like navigating his location... i have tried this but, whole map keeps refreshing and takes time…
3
votes
1 answer

Identify when MKRoutestep finishes

I am trying to implement a turn by turn navigation system in iOS using MKDirections API. I am able to get the directions of the route and can draw the polyline on the map, and when navigation starts the app start showing the instructions using the…
Milan Agarwal
  • 427
  • 2
  • 15
3
votes
2 answers

Vertical sub dropdown navi-bar menus

body { margin: auto; max-width: 98%; overflow-y: scroll; } div { border-radius: 5px; } span { font-weight:bold; } #header { position: absolute; z-index: 1; background-color: orange; height: 70px; …
Hang Li
  • 41
  • 1
  • 7
3
votes
1 answer

Paper-Tabs selection bar not showing

I have put a paper-tabs element inside a paper-scroll-header panel But, the selection bar doesn't seem to work properly. It doesn't show up by default but when I navigate to some other page and then back to home or change the dimensions of my…
TMess
  • 156
  • 2
  • 9
3
votes
3 answers

How to show my layout below the navigation drawer?

I have implemented the navigation drawer following this. After adding in my xml the activity is not showing the imageview in center position. Following is my xml file
jyomin
  • 1,957
  • 2
  • 11
  • 27
3
votes
0 answers

can't navigate after success login and back to login page - spring security 3.2.7

I am facing a problem in spring security 3.2.7 with JSF2.2, after a success login it will redirect to the Dashboard page, but when I want to navigate to other pages it redirect me to the login page, so how can save this session spring security xml…
Spartan
  • 1,167
  • 4
  • 20
  • 40
3
votes
2 answers

Can't Navigate to next Frame

I've got a problem with navigate to next page in section: protected override void OnNavigatedTo(NavigationEventArgs e) { Debug.WriteLine("Test1"); Frame.Navigate(typeof(LoginView)); …
Criss
  • 725
  • 1
  • 6
  • 12
3
votes
1 answer

How to implement Pagination like a "Horizontal Scrolling Navigation Bar"?

I'm trying to create a bottom aligned navigation bar that contains "prev" and "next" buttons for moving through a list of links, something similar to what you might see at the bottom of a long forum thread. The number of links will vary through…
Jonny
  • 59
  • 1
  • 7