wails icon indicating copy to clipboard operation
wails copied to clipboard

Custom title bars (window control overlays)

Open Bastitron opened this issue 10 months ago • 1 comments

Custom titlebars are not natively supported on Windows (WebView2) which means wails can't support them currently, but there is actually an issue in WebView2Feedback that resulted in a specification, and they are working on adding support for window control overlays. Until then, the only solution is to mock them in HTML CSS (or any other frontend framework). I will eventually provide a base for mocking them in react.js + tailwindcss, so that anyone can do them quickly (they are quite convincing). Example:

Image

Bastitron avatar Jan 22 '25 18:01 Bastitron