#Menu over Frame
4 messages · Page 1 of 1 (latest)
That's problem I'm always thinking about when I think about Electron / Tauri.
What you can do is create a transparent, frameless window and load your menu there as a separate HTML file. To position the window you'd need to convert local web contents' coordinates to screen coordinates. You would setup IPC to listen to the click message from the menu window and then transmit the message to your main window.
I hope you get the idea.
We've already thought about the idea of a transparent window, but we have no idea how exactly we can do that, the navigation is already in its own HTML and will be integrated.