Hide address bar in edge (Android)

Petros Apostolopoulos 0 Reputation points
2025-07-08T20:49:56.5066667+00:00

Hello,

I am developing an app with flutter and it is necessary to use Microsoft Edge. I am trying to hide the address bar in Edge, but there is no answer. Does Edge include any API that I can hide the address bar? Thanks in advance,

Microsoft Edge | Microsoft Edge development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Damien Pham (WICLOUD CORPORATION) 405 Reputation points Microsoft External Staff
    2025-07-09T08:14:03.9266667+00:00

    Hello Petros Apostolopoulos,

    Unfortunately, Microsoft Edge does not provide any official API that allows you to hide the address bar in a normal browsing context — either through extensions, web apps (PWAs), or automation via Flutter or JavaScript.

    Why You Can't Hide the Address Bar in Microsoft Edge

    Microsoft Edge, like most modern browsers, enforces strict UI controls for security, privacy, and user trust. The address bar is a critical part of the browser interface because:

    • Security: It shows the URL, helping users verify they are on a legitimate site.
    • Transparency: It prevents malicious sites from spoofing trusted domains.
    • Browser Integrity: It ensures consistent user experience and prevents abuse by extensions or scripts.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.