Questions tagged [address-bar]

Address bar, "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The address bar, also known as "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The most important use of this bar, supported by all browsers, is navigation by entering a URL.
Many browsers support additional features, such as auto-completion and search plugins.

205 questions
2
votes
0 answers

How does Flutter web handle manually typed URLs? I'm experiencing weird behaviours

I have a Flutter web project up and running. Everything is working fine. However, while testing new pages I just added, I noticed that although I can succesfully reach my new routes by clicking on the links that redirect to them, I sometimes cannot…
Yeb03
  • 45
  • 5
2
votes
1 answer

Mozilla Android AddressBar Conflict with Sticky Button on Bottom

I have searched a lot and havent found any solution that works so here it is. I have created a button that is after the content and have applied css for it to become sticky at the bottom of the page...
2
votes
1 answer

Infamous height:100% issue on chrome for android - address bar

I have created an angular app where the sidebar is height: 100%. However when viewing the webapp in Chrome for Android, when scrolling the document: The chrome address bar slides up gently The 100% real size remains the same until you…
Pieterjan
  • 2,738
  • 4
  • 28
  • 55
2
votes
2 answers

Getting the url in address bar in an iframe

I am working on a project in drupal in which i have an iframe loaded in another website. I need to get the url from the address bar. e.g., lets say i have a website embedded in the iframe as example.com...and another site embedding this iframe has…
Piyuesh Kumar
  • 436
  • 5
  • 21
2
votes
1 answer

How to remove info bar when opening a webpage shortcut as a window (Google Chrome Browser)?

I use a program called Organizr that runs in the browser and in order to make it easier to use I use the create shortcut option in chrome and check the box to have it open as a window. This is nice because it doesn't have the address…
2
votes
2 answers

How to change the addressbar?

I need to change the URL using Javascript, is that possible? If so, how can I do it?
Israa Abd
  • 371
  • 3
  • 10
2
votes
1 answer

How to get viewport height, on mobile, independent from the current hide/show state of URL bar?

On mobile (e.g. Chrome on Android) the viewport height changes depending on whether the URL/Address bar is hidden or not, which changes depending on whether you're scrolling up or down on the page. Given this, I need 2 variables: Viewport height if…
01AutoMonkey
  • 2,515
  • 4
  • 29
  • 47
2
votes
1 answer

What are the behaviors of typical web browser address bars?

I need a list of web browser address bar behaviors, as part of a research experiment. For example: 1) The most basic behavior is to type a full web address, e.g. http://www.abc.com and press ENTER to navigate to the web site. 2) Typing just a domain…
bright
  • 4,700
  • 1
  • 34
  • 59
2
votes
1 answer

Full viewport fixed position canvas on mobile browsers

I want to use a canvas element to cover the entire viewport of my browser window as a background. I use Javascript to set the width and height of the canvas. A problem arises when the page scrolls and the address bar hides. The address bar scrolls…
Frank
  • 2,050
  • 6
  • 22
  • 40
2
votes
3 answers

Get complete page not only Ajax response fragment

I am developing a web app using Javascript client side with Jquery Library and PHP server side. I made extensive use of AJAX and I'm not using any href attribute on link elements. Only the home page is loaded from zero. The others are requested by…
Ricla
  • 105
  • 1
  • 9
2
votes
4 answers

How to delete IE addressbar history on Vista/Win7?

I asked same question on stackoverflow. First, here is a picture of what I see http://img713.imageshack.us/img713/4797/iedrop.png I need an solution to clear addressbar dropdawn, but not using ClearMyTracksByProcess or IE dialogs. I need to delete…
ssianky
  • 97
  • 7
2
votes
2 answers

ASP.NET MVC Update Address Bar With Ajax Link

I'm trying to create an ajax-driven gallery where each photo in a sequence is loaded with an Ajax.Actionlink. The user can get to any given photo by passing a parameter to the action method, eg: Gallery/Index?photo=100 The problem is that when the…
mrkcsc
  • 77
  • 2
  • 10
2
votes
1 answer

Firefox extension SDK: how to access address bar

How can I access the address bar of Firefox inside an extension using the SDK? I want to do the following: Listen to events that the URL in the address bar was changed by the user, i.e. for every single key stroke, copy&pastes, etc. Add entries to…
OliverM
  • 510
  • 6
  • 13
2
votes
1 answer

Google Chrome address bar focus

I am making a simple Google Chrome extension and I was wondering, is there a way to understand in my content script when the focus is on the Chrome's address bar?
2
votes
2 answers

Display iFrame url in address bar

Is it possible to include the url of the iframe content in the url address bar? For example, i have a domain sub.test.com which has an iframe with src to realpage.com Surfing through the page logically doesnt change anything in the address bar…
devbull
  • 227
  • 1
  • 4
  • 16