What is the truth?

Microsoft's documentation describing the behaviour of their browser is correct.

Is there any solution to hide the addressbar?

No. If you could hide it, then you could use HTML/CSS to make something that looked like a common address bar. You could then put a different address in it. You could then trick people into thinking they were on a different site and entering their password for it.

It is impossible to conceal the user's location from them because it is essential for security that they know what their location is.

Answer from Quentin on Stack Overflow
🌐
Google Support
support.google.com › chrome › thread › 3627396 › hi-can-we-hide-the-address-bar-in-chrome-if-so-let-me-know-how
Hi, Can we hide the address bar in chrome? If so, let me know how. - Google Chrome Community
Skip to main content · Google Chrome Help · Sign in · Google Help · Help Center · Community · Google Chrome · Terms of Service · Submit feedback · Send feedback on
Discussions

javascript - How to hide a mobile browser's address bar? - Stack Overflow
Neither on Chrome on Android 7. It scrolls, yes, but the address bar still visible 2017-11-03T07:13:15.043Z+00:00 ... > Caution: I am telling you this as a friend. It exists. It is a thing, but it is a hack. Please don't use it. — Paul From this Google article developers.google.com/web/fundamentals/native-hardware/… 2018-05-18T13:06:32.067Z+00:00 ... That code was copy-pasted from here: davidwalsh.name/hide... More on stackoverflow.com
🌐 stackoverflow.com
Location=no but still i see addressbar - JavaScript - SitePoint Forums | Web Development & Design Community
hey all, i m working a web app in which i wanna remove the address bar after login. i created a function in which i said location=no but still i see the address bar. is there any other object to disable it? or am i doing it wrong More on sitepoint.com
🌐 sitepoint.com
0
April 1, 2010
Hide the browser address bar - JavaScript - SitePoint Forums | Web Development & Design Community
I want to hide the browser address bar when open a new window. I can hide menu bar, status bar, etc except address bar. Can any one help me please. More on sitepoint.com
🌐 sitepoint.com
0
November 25, 2010
AutoHide Tab Bar + Address Bar | Show on Hover | Vivaldi Forum
stardepp said in some javascript to automatically hide tab bar and address bar and show them by hovering: ... Kindly asked: Is there a way to create a command chain for this mod, so that this key combination to create a button to place it e.g. on the status bar? I also tried to this, but couldn't manage it. You would have to set the property into chromes ... More on forum.vivaldi.net
🌐 forum.vivaldi.net
November 14, 2023
🌐
Quora
quora.com › How-do-I-hide-the-URL-of-a-website-in-Chrome-using-javascript
How to hide the URL of a website in Chrome using javascript - Quora
Answer: press F11 . . . . no need for javascript as well :P or use : [code]window.scrollTo(0,1); [/code]It’s a hack and does NOT work on Chrome 49+ The Chrome team has recently implemented a feature that tells the browser to launch the page ...
🌐
GitHub
github.com › scottjehl › Hide-Address-Bar › blob › master › demo.html
Hide-Address-Bar/demo.html at master · scottjehl/Hide-Address-Bar
<title>Test page</title><title>Cross-device Address Bar Hide - Example 1</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="hide-address-bar.js"></script> <style> /* DEMO ONLY for this short page - remove in live code */ body { min-height: 480px; } </style> </head> <body> <p>The script on this page should hide the address bar on iOS and Android.</p> </body> </html>
Author   scottjehl
🌐
SitePoint
sitepoint.com › javascript
Location=no but still i see addressbar - JavaScript - SitePoint Forums | Web Development & Design Community
April 1, 2010 - hey all, i m working a web app in which i wanna remove the address bar after login. i created a function in which i said location=no but still i see the address bar. is there any other object to disable it? or am i doin…
🌐
SitePoint
sitepoint.com › javascript
Hide the browser address bar - JavaScript - SitePoint Forums | Web Development & Design Community
November 25, 2010 - I want to hide the browser address bar when open a new window. I can hide menu bar, status bar, etc except address bar. Can any one help me please.
🌐
Vivaldi
forum.vivaldi.net › topic › 92477 › autohide-tab-bar-address-bar-show-on-hover
AutoHide Tab Bar + Address Bar | Show on Hover | Vivaldi Forum
November 14, 2023 - stardepp said in some javascript to automatically hide tab bar and address bar and show them by hovering: ... Kindly asked: Is there a way to create a command chain for this mod, so that this key combination to create a button to place it e.g. on the status bar? I also tried to this, but couldn't manage it. You would have to set the property into chromes local storage, but if you create a JS booklet and combine it with the command chains, then the scope is wrong.
Find elsewhere
🌐
Mozilla Bugzilla
bugzilla.mozilla.org › show_bug.cgi
337344 - Disable location bar hiding by default, to make chrome spoofing harder
I found the code which handles external links but saw no dependency on the location bar or chromehidden (instead it checked window.toolbar.visible). I ran a window.open javascript which had everything hidden but the location bar. Not only was the location bar read-only, but Fx had no trouble opening a new full-chrome window when I typed in a URL in the Run dialog.
🌐
How-To Geek
howtogeek.com › home › web › how to hide the address bar in chrome
How to Hide the Address Bar in Chrome
September 26, 2023 - Sadly, there's no longer a method to auto-hide the address bar aside from full-screen mode. Google removed the "Compact Navigation" flag that allowed you to auto-hide the toolbar and reveal the omnibox by clicking a tab from Chrome in 2022.
🌐
SOTI
discussions.soti.net › thread › remove-chrome-url-bar
https://discussions.soti.net/thread/remove-chrome-...
SOTI goes beyond traditional MDM/EMM/UEM by providing enterprise software solutions that allow companies to manage and optimize all their mobile hardware.
🌐
Sailfish OS Forum
forum.sailfishos.org › general
How can I hide the browser address bar without scrolling? - General - Sailfish OS Forum
May 16, 2022 - Hi. The only way I know to hide the stock browser address bar is to scroll down. However, if the website doesn’t have a scroll bar, I don’t know how to hide the address bar. That can be an issue if there’s a fixed ele…
🌐
Flavio Copes
flaviocopes.com › hide-address-bar-chrome
How to hide the address bar in Chrome
November 16, 2018 - There is no easy way from within an open instance of Chrome.
🌐
CodeSandbox
codesandbox.io › s › prevent-address-bar-ui-from-hiding-collapsing-on-mobile-browsers-safari-and-chrome-on-ios-and-android-css-only-8xkmm3
Prevent Address bar ui from hiding/collapsing on mobile browsers (Safari and Chrome on iOS and Android) - CSS ONLY - CodeSandbox
September 14, 2022 - A simple proof of concept, tested on Android Chrome, iOS Safari and Desktop Chrome + Safari + Firefox\nCSS only and native scrollbar.\nNote, the main scroll is no longer on the body, so Safari's tap to scroll-to-top gesture sadly doesn't work.
Published   Sep 14, 2022
Author   supermoos
🌐
bloodstock.uk.com
affiliates.bloodstock.uk.com › home › 7+ ways to hide address bar chrome android now!
7+ Ways to Hide Address Bar Chrome Android Now!
August 16, 2025 - One primary mechanism involves the Fullscreen API, accessible through JavaScript. Invoking the `requestFullscreen()` method on a designated element within a webpage prompts the browser to enter fullscreen mode.
🌐
GitHub
github.com › scottjehl › Hide-Address-Bar
GitHub - scottjehl/Hide-Address-Bar: Normalized address bar hiding for iOS & Android
Normalized address bar hiding for iOS & Android. Contribute to scottjehl/Hide-Address-Bar development by creating an account on GitHub.
Starred by 322 users
Forked by 83 users
Languages   JavaScript 100.0% | JavaScript 100.0%
🌐
Coderanch
coderanch.com › t › 118289 › languages › hide-address-bar
How can i hide the address bar? (HTML Pages with CSS and JavaScript forum at Coderanch)
July 20, 2006 - Nothing like a 4 year old post being risen from the dead. With modern day browsers it is impossible because new security practices will not allow the address bar to be hidden. It will be in a read-only type of state so the user can see where the page is located.
🌐
Google Groups
groups.google.com › a › chromium.org › g › chromium-discuss › c › 0a3dEP28lxk
How to disable tabbed browsing, toolbar and address bar in Chrome
For those of you who are looking for a solution to this, here's what I've done. a) To disable address bar and to launch a specific website (web application URL), I've used chrome's "--app=<WEB_PAGE_URL>". This will launch the URL in a panel window which doesn't have address or menu bar.