Registry / utility / wailsapp-webview

wailsapp-webview

JSON →
library0.5.0gogounverified

Go bindings to the zserge/webview C library for creating desktop applications with web technologies.

go get github.com/wailsapp/webview
INSTALL
IMPORT
SIG · WAILSAPP-WEBVIEW
W
wailsapp-webview
utilitygov0.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

webview
github.com/wailsapp/webview

Create and run a webview window

package main import ( "github.com/wailsapp/webview" ) func main() { w := webview.New(true) defer w.Destroy() w.SetTitle("Hello") w.SetSize(800, 600, webview.HintNone) w.Navigate("https://example.com") w.Run() }
Debug
Known issues
breakingThis package requires CGO and a C compiler to build.
fix
Ensure you have a C compiler installed and CGO_ENABLED=1 when building.
affects: *
Upgrade
Version history
0.5.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
wailsapp-webview — go get wailsapp-webview · libregistry