Forum Discussion
Edge Chromium's URL bar randomly appear inside web app
- Jul 19, 2020
Hi there, you are welcome to the Microsoft Edge Insider Hub!
The bar you are talking about is not the address bar but is a bar that appears when you are on a different website from the website that you have installed as an app, that bar shows the name of the different website you are in.
I would recommend you to visit this conversation where I have given a solution to this problem which also appears on Amazon Prime Video with more details.
Hi there, you are welcome to the Microsoft Edge Insider Hub!
The bar you are talking about is not the address bar but is a bar that appears when you are on a different website from the website that you have installed as an app, that bar shows the name of the different website you are in.
I would recommend you to visit this conversation where I have given a solution to this problem which also appears on Amazon Prime Video with more details.
- PJohn88Sep 10, 2020Copper Contributor
TheShaunSaw we have a similar problem but found no solution for this.
We install the pages as app without a webapp.manifest because we need Get-Params for app installation like:
https://svr-oratst.schueller.de:8443/lvs_web/main?lvsstation=H2_ANSICHT&workstation=PC-IT31
In Google Chrome this works just fine, but in Edge Chromium the AppInfo bar is displayed every time we are on a different page. Is there a way to manually disable this bar?
- TheShaunSawSep 10, 2020Silver Contributor
In that case, I am tagging johnjansen, Microsoft Engineer working on Microsoft Edge.
- johnjansenSep 10, 2020Iron Contributor
TheShaunSaw thanks for the tag. PJohn88 we have addressed this issue in Edge 86+ and are looking to possibly push that change to Edge 85.
We did not make a change for all cases, but we did for directory access, such as netflix.com/us and netflix.com/watch and netflix.com/es no longer show the URL bar.
-John
- HrcorlJul 22, 2020Copper ContributorIt does not work for netflix since you can't access clean url http://www.netflix.com always redirects you to /browse if logged in or /uk /us or whatever your country is if logged out. In order for the url bar to stop appearing you need to have that exact url installed as an app, in netflix case they have http://www.netflix.com/browse for browsing or http://www.netflix.com/watch for watching, since you can't access the netflix site without the extension on url it is impossible to avoid the address bar. Unless Microsoft adds a feature to enable installed app url edit or Netflix decides to make http://www.netflix.com accessible for everyone regardless of the region(which will never happen) we are scr*wed.
- zeno_at_reckonJan 19, 2023Copper Contributor
Hrcorl Just switch to google chrome where you can just do this:
1. ine tab1 open the apps tab: chrome://apps/2. in tab2, open the site you want to turn into a tab
3. from tab2 highlight, copy, the most common part of the url
4. drag to tab1, drop it when the cursor gets the + sign
5. right click it, set open as window, and also create shortcuts.
bam done.
You can't do this in Edge, because while it does have the `chrome://apps/` url, Edges version of this page is not drop sensitive. So the only way you can add "pwa apps" to edge is via the provided controls the url if the site exposes all the right meta tags and files.
honestly johnjansen you should just mimic how google chrome behaves with `chrome://apps/`.
- johnjansenJan 20, 2023Iron Contributor
zeno_at_reckon that is a good feature request. I wasn't aware Chrome did that. Thanks.
In Edge, we do have the feature that allows you to install any site this way: if you click on "Settings and More" then "Apps" then "Install this site as an app" that will also install it to open in its own window. Alternatively, depending on what you really want to have happen, you can also click on "Settings and More" then "More tools" then "Pin to Taskbar".
-John
- TheShaunSawJul 22, 2020Silver Contributor
As you did not understand my earlier post or my earlier post was not clear, I am showing you a reply which was given by Microsoft Engineer johnjansen who replied to this conversation which is related to Netflix and describes the same issue you are facing. The reply is as follows:
This has to do with the scope of the PWA. You'll notice that when you clicked to install the PWA you were probably on a screen like netflix.com/browse. But when you are in the PWA and click to watch a video, that redirects to netflix.com/watch, which is technically 'out of scope' for the PWA and causes that black bar across the top to show up.
The easiest workaround should be to simply log out of netflix in the browser so the URL is back to just the netflix.com url and install from there. That way the scope is the entire domain rather than just /browse.
-John
- AkazaRennOct 11, 2020Copper Contributor
TheShaunSaw Thank you for your suggestion, but it doesn't work for https://music.apple.com/. It redirects me to https://music.apple.com/us/browse regardless whether I have logged in or not. Do you have a solution for such condition?