User Profile
_LG996
Copper Contributor
Joined 12 months ago
User Widgets
Recent Discussions
Please provide the means to hide default Fullscreen UI (black exit button)
So I am building an extension that essentially leverages power ofchrome.windowsAPI. I am Windows user, common sense, my browser of choice to test the extension is everyone's beloved Microsoft Edge (hereinafter – MS Edge). The purpose of extension is to provide Window controls overlay when user is in Fullscreen mode. As you cansee in the demo, my extension duplicates with default-provided Fullscreen modeUI such as the black exit ( X ) button, the one that I'd like to hide – for that I can consider at least two possible scenarios : as a developer I could achieve this via edge://flags/#edge-enable-shy-ui as an end-user I would like to have ability control Shy UI over MS EdgeSettings/Appearance Worth to mention that I enter a Fullscreen via aforementionedchrome.windowsAPI, not via Fullscreen API, so the following is effortless : .requestFullscreen({ navigationUI: "hide" }) We all want to make Microsoft Edge better: just like any software which comes with defaults also should provide means to customize, not most of it, but every aspect of its UI. Thank you.Solved1KViews0likes2Comments
Groups
Recent Blog Articles
No content to show