How to remove address/information bar when opening new windows from a PWA installed via Microsoft Edge on Windows 11
I have a Progressive Web App (PWA) installed via Edge on Windows 11. When I click a button to open a new window from my main application, an address/information bar appears at the top, which I want to remove.
Previously, this bar was not visible, and I know it's possible to hide it. The issue seems to be with Edge's settings, not my application's code.
Specific details:
- Operating System: Windows 11
- Browser: Microsoft Edge
- App Type: PWA installed from Edge
- Problem: Unwanted address/information bar in new windows
- Desired Result: No address bar when opening new windows, similar to the main app window
I tried to change the settings window.open(), but the bar still appears, 'i also look at the application permission is nothing worked. Do you have any suggestions on how to configure Edge or the PWA to remove this bar?
I don’t have enough reputation to put a bar screen ...
