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
2 answers

Android Accessibility talkback aways says "close navigation drawer" regardless of drawer state

I have a navigation drawer in my app that works perfectly. However in Accessibility mode with Talkback enabled, when moving over the home button that opens and closes the navigation drawer, it always says "close navigation drawer", even when the…
Jason Hu
  • 1,237
  • 2
  • 15
  • 29
3
votes
0 answers

The best way to prevent scrolling while mobile navigation is active?

I'm trying to find the best technique for showing a navigation/menu for a mobile site I'm working on. So far all my solutions have flaws, and I was wondering if anyone could point me in the right direction. (You may have to reduce browser window…
Audun
  • 33
  • 5
3
votes
1 answer

CSS Horizontal List - Vertically Align Multi Line Links

I have a basic list based horizontal navigation bar and everything works fine. But I've got to the point where I have so many navigation items that I need the link text to flow onto multiple lines. Please see codepen and css below to see what I…
Oliver Evans
  • 960
  • 1
  • 20
  • 43
3
votes
7 answers

CSS Navigation with x Number of Tabs having same padding

I am trying to figure out a certain layout with css. [..tab1 random text..][..tab2 more random text..][..tab3 other random text..][..tab4..][..tab5..] These are the requirements: All tabs are inside a div with fixed width. Tabs should not expand…
Björn
  • 12,587
  • 12
  • 51
  • 70
3
votes
1 answer

How to hide the UINavigationBar like the iOS7 Facebook app when scrolling has begun

The iOS7 facebook app hides the navigation bar (possibly using [UINavigationBar setHidden: animated:]) but it still keeps a solid status bar. What is the best way to achieve this effect?
Eli
  • 61
  • 1
  • 4
3
votes
1 answer

Why doesn't MvvmCross have intrinsic serialization of navigation objects?

I have looked at a few threads discussing passing navigation objects between view models in MvvmCross, (e.g. here and here), and I wonder why MvvmCross doesn't have built-int support for serialization of complex types. Let me clarify. If I have a…
Vagif Abilov
  • 9,835
  • 8
  • 55
  • 100
3
votes
1 answer

Root android activity of a task

In my Android application I'm trying to make sure that certain activity should be always placed at the root of backstack when navigating to it. For example user starts A->B->C->D activities. Imaging that A - splash screen (with NoHistory = true), B…
Mando
  • 11,414
  • 17
  • 86
  • 167
3
votes
1 answer

Exam 70-484 (Essentials of developing Windows Store apps) - App/Nav bar in XAML

I'm going to take 70-484 exam (Essentials of developing Windows Store apps using C#) and as I can see it will change a bit on November 18 to accomodate Windows 8.1. One of the changes is they no longer speak of app bars but instead of app/nav bars -…
w.b
  • 11,026
  • 5
  • 30
  • 49
3
votes
5 answers

How do I add HTML to a Wordpress menu?

Say I have MyAccount and MyStats in navigation and I want to wrap a tag around the 'My' text. How would I do this in Wordpress? e.g MyHouse, MyStreet.
scottgemmell
  • 159
  • 1
  • 1
  • 9
3
votes
1 answer

ZF2 Navigation: Activate route with parameters other than default?

This seems to be a similar problem but didn't work for me. I feel like the answer must be out there -- this can't be an uncommon issue -- but I'm not using the correct search terms. ZF2: Active branch for child routes in zend navigation. How? Here…
3
votes
1 answer

Slide-out menu css only

I am trying to make a css-only slide-out menu, which can be slid out and back, see my fiddle http://jsfiddle.net/EZ8SK/1/ here. Now I'd like to combine the Handlers into one. I tried doing so with radio or checkboxes, but I could not get it to work,…
Moritz Friedrich
  • 1,371
  • 20
  • 38
3
votes
2 answers

Displaying a TON of images with jquery

I am about to embark on a jquery journey I have not ever done. I will be developing a site that has one objective : to display over 300 uncategorized images (artwork). I'm just trying to think about the best way to go about displaying all these…
JCHASE11
  • 3,901
  • 19
  • 69
  • 132
3
votes
2 answers

Fixed Responsive Top Nav / Off Canvas Nav with Single DOM Element

Let's get the fiddles out of the way first (built on the Foundation responsive framework): Fiddle 1: one nav element, but becomes unfixed when side nav slides out Fiddle 2: working but with multiple nav elments Okay so, I have been racking my brain…
3
votes
1 answer

In VBA,how to get the list of objects selected in Navigation Pane in Microsoft Access 2007?

In Microsoft Access 2007, in the VBA Code, one can know the Object selected through a single-click in the Navigation Pane by: dim strObjName as String, lObjType as Long strObjName = Application.CurrentObjectName lObjType =…
jacouh
  • 8,473
  • 5
  • 32
  • 43
3
votes
1 answer

Navigation Drawer with nested fragments (ViewPager)

I am writing an app which has a Navigation Drawer and is using nested fragments. The navigation drawer is created pretty much as per Android docs - it works. I want the navigation drawer to be visible always, that's why I have one activity with it,…
1 2 3
99
100