Top "Navigation" questions

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

How to get the browser to navigate to URL in JavaScript

What is the best (correct, modern, cross-browser, safe) way to get a web browser to navigate to a URL of …

javascript browser navigation
Same Navigation Drawer in different Activities

I made a working navigation drawer like it's shown in the tutorial on the developer.android.com website. But now, …

android android-activity navigation navigation-drawer drawer
How to add hamburger menu in bootstrap

I need some help with bootstrap nav. I want it to be toggled via a hamburger icon on mobile. Here …

html twitter-bootstrap navigation hamburger-menu
Bootstrap 3 collapsed menu doesn't close on click

I have a more or less standard navigation from bootstrap 3 <body data-spy="scroll" data-target=".navbar-collapse"> <!-- ---------- …

html css twitter-bootstrap navigation
Should I use window.navigate or document.location in JavaScript?

What's the preferred method to use to change the location of the current web page using JavaScript? I've seen both …

javascript html navigation
How to hide 'Back' button on navigation bar on iPhone?

I added a navigation control to switch between views in my app. But some of the views shouldn't have 'Back' (…

ios objective-c iphone navigation uinavigationcontroller
How to stretch a fixed number of horizontal navigation items evenly and fully across a specified container

I'd like to stretch 6 nav items evenly across a 900px container, with an even amount of white space between. For …

html css navigation justify
Open an html page in default browser with VBA?

How do I open an HTML page in the default browser with VBA? I know it's something like: Shell "http://…

vba browser navigation
Detecting Back Button/Hash Change in URL

I just set up my new homepage at http://ritter.vg. I'm using jQuery, but very minimally. It loads all …

javascript ajax navigation fragment-identifier hashchange
Disable back button in react navigation

I'm using react native navigation (react-navigation) StackNavigator. it starts from the Login page throughout the whole lifecycle of the app. …

reactjs react-native navigation react-navigation