Open elitetyc opened 2 months ago
I don't think it exists yet, this needs to be implemented. In fact I am in the middle of doing it because my app requires such functionality (covering full screen without being in a full screen mode, displaying it on top of everything else). I have a working POC thanks to @tmclane , but need to test it more before submitting a PR to Wails
In the wails3 has the Frameless
and AlwaysOnTop
properties, wouldn't that solve it?
In the wails3 has the
Frameless
andAlwaysOnTop
properties, wouldn't that solve it?
No, you can't make window go on top of the menu bar with these properties. You need to set window level
Have you read the Documentation Contribution Guidelines?
Description
How to create a floating window, on top of macos, if I open the browser in full screen, and then my wailsapp listens for shortcuts, and then calls runtime.Show, which will jump to the desktop to show my wails app, how can I do it so that I can show this app directly on the current full screen page?
Self-service