Registry / other / webview-webview

webview-webview

JSON →
library0.0.0-20230830165049-e0ca3ed53345gogounverified

Provides a cross-platform webview library for building desktop applications with HTML/JS UI.

go get github.com/webview/webview
INSTALL
IMPORT
SIG · WEBVIEW-WEBVIEW
W
webview-webview
othergov0.0.0-20230830165049-e0ca3ed53345
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/webview/webview

Creates and runs a webview window.

package main import ( "github.com/webview/webview" ) func main() { w := webview.New(true) defer w.Destroy() w.SetTitle("Hello") w.Run() }
Debug
Known issues
breakingThe API may change significantly between versions; check compatibility.
fix
Pin to a specific version and test thoroughly.
affects: >=0.0.0
Upgrade
Version history
0.0.0-20230830165049-e0ca3ed53345latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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