webview / webview_go

Go language bindings for the webview library.
MIT License
215 stars 38 forks source link

Fullscreen support requested #25

Open cornejong opened 8 months ago

cornejong commented 8 months ago

Hello,

In the now depricated version of the webview bindings for go there was also support for turning the window full screen. To my surprise this feature is not implemented in this version. I'd love to see this feature re-introduced.

w.SetFullscreen(true)