Categorygithub.com/sffxzzp/go-webview2
modulepackage
0.0.0-20220506050656-17db57178327
Repository: https://github.com/sffxzzp/go-webview2.git
Documentation: pkg.go.dev

# README

go-webview2

This package is a fork of jchv's go-webview2.

Features:

  1. Width & Height init
  2. Window are now create on screen center (I don't know if it's working currectly with multi-screen user)
  3. Icon support (if you use akavel/rsrc)
  4. Debug options finally work. it'll disable the context menu and devtool.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

HintFixed specifies that window size can not be changed by a user.
HintMax specifies that width and height are maximum bounds.
HintMin specifies that width and height are minimum bounds.
HintNone specifies that width and height are default size.

# Interfaces

WebView is the interface for the webview.

# Type aliases

Hint is used to configure window sizing and resizing behavior.