I can't remove the address bar by installing the site as an app in the Edge browser. I am using Win10 / Microsoft Edge in IE mode, the source is non-secure HTTP intranet. I tried with edge://flags -> "Insecure origins treated as secure" to avoid unsafe warnings, but the top bar remains .. Looking up, it might be due to changes to the address while opening and logging in. Any suggestions about how to remove this persistent address bar?
Related Questions in WINDOWS
- how to play a sounds in c# forms?
- Echo behaviour of Microsoft Windows Telnet Client
- Getting error while running spark-shell on my system; pyspark is running fine
- DirectX 9 With No SDK Installed - How To Translate a D3DMATRIX?
- Gradle 8.7 cannot find installed JDK 22 in IntelliJ
- 'IOException: The cloud file provider is not running', when trying to delete 'cloud' folder
- Cannot load modules/mod_dav_svn.so into server
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
- 32-bit applications do not display some files in Windows 10
- 'bun' is not recognized as an internal or external command
- mkssecreenshotmgr taking a screenshot
- Next js installation in windows 7 os
- Can't resize a partition using Mini Tool?
- Is there any way to set a printer as default according with Active Directory Policy Security Group and PC hostname?
- Electron Printing not working on Windows (Works on Mac)
Related Questions in MICROSOFT-EDGE
- couldn't sign in visual studio code
- Could not start a new session. Response code 500
- C# --headless print-to-pdf with Microsoft edge(chromium) won't work using ProcessStartInfo
- Building a web application for microsoft edge sidebar
- How to access Microsoft Edge browser and login into website via VBA
- Testcases failing in azure pipeline giving error edge driver exception
- Have values for edge driver changed
- DevTools not evaluating `$0` eagerly
- Native Messaging "Specified native messaging host not found" debugging
- @angular/cdk drag and drop dropzone likes to be outside of the original position when dropping in chrome browser but works fine in edge
- Start MS-Edge from command with save-as enabled
- img tag not loading dynamic image url in different browser except chrome
- How to restore the Microsoft extension user data to another pc?
- chrome.downloads.download on MS Edge: windows update this week added a bug. Work-around?
- Several issues with scroll snap in HTML/CSS
Related Questions in USER-EXPERIENCE
- Should we auto-scroll on sending/receiving a new message in a chat based interface?
- How can i apply a gradient color to a CurvedNavigationBar in flutter?
- Re-creating Forest App's UI (Forest element) in Flutter
- Handling selected item in a list with pagination on autoupdating the list in a react app ui
- How do i change the look of a tabitem? Literally Nothing happens no matter what i add to it
- How to get keyboard Cursor global position in jetPack Compose?
- How to create car start/stop button in flutter?
- How to sort order multiple columns using antd Table?
- Android Studio: How to keep logcat pinned when running the app?
- Performance and poor experience on element rotation with Angular
- I would like to set AnimatedOpacity to only a part, but it will only be reflected in the terminal child widget
- I want to mimic gradient colors, is there a tool or software that can help me figure out which colors I am creating and how?
- How to create a map of a country that allows me to select its states and take that input
- How i can manage cache in Next.js project with SSG pages, to improve user experience?
- How implement an alternative option when value is not in picker
Related Questions in IE8-COMPATIBILITY-MODE
- Filters to apply for an application that can only run on IE compatibility
- Redirecting from edge ie11 compatibility mode site
- Edge noframemerging alternatives
- Edge App in IE Mode - Hide Persistent Address Bar
- Overcome/ignore compatibility view IE11 for particular page/site
- Can internet explorer run two different application with different compatibility requirements in two different tabs
- How to run IE11 page in frame of IE8 website
- IE document mode is set to 7 when browsing to angular site
- Window 10 IE 11 Enterprise option not working for legacy Url
- How can i capture Shift + F8 in JQuery application?
- How to conditionally apply x-ua meta tag only to ie10 and below?
- Forcing IE's Compatibility Mode off
- IE8 - checkbox not changing state on first click
- nextElementSibling Polyfill gives error 'Element' is undefined
- Browser compatibility mode defaulting to IE5 in my web application
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You can't hide address bar in Edge app. The only way you can hide the address bar is using kiosk mode. If you can use this as workaround, you can refer to this doc for more information about how to use kiosk mode.
The simplest way to use kiosk mode in Edge is using command-line options. For example, if you want to run Edge in kiosk mode with IE mode, you can right click on Edge shortcut, choosing Properties, adding
--kiosk www.yoursite.com --edge-kiosk-type=fullscreen --ie-mode-forceat the end of Target, clicking Apply and OK. Please note that there's a space between the Edge path and the command-line options.Next time when you double click to run Edge, it will launch in IE mode and kiosk mode with the specific url, it won't show the address bar.