webview / webview_go

Go language bindings for the webview library.
MIT License
176 stars 27 forks source link

How to hide the title bar? #9

Closed Fgaoxing closed 9 months ago

Fgaoxing commented 9 months ago

How to hide the title bar?

SteffenL commented 9 months ago

This isn't currently implemented in the core library or Go binding so you must currently use platform-specific APIs. You can get a native window handle/pointer from the library.

albertusgeyser commented 6 months ago

Good Day Nothing yet on hide title bar and maybe fullscreen view?