5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 19:51:15 +08:00
wails/v2/internal/frontend/desktop/windows/go-webview2/webview2loader
stffabi 3632ef9dc8
[webviewloader] Use go implementation to retrieve the version of a fixed runtime (#1790)
* [webview2loader] Start porting of OpenWebView2Loader to go

* [webviewloader] Use go implementation to retrieve the version of a fixed runtime

This fixes a problem with the go-winloader and using GetAvailableCoreWebView2BrowserVersionString

Fixes #1569

Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
2022-08-27 09:29:09 +10:00
..
LICENSE [webviewloader] Use go implementation to retrieve the version of a fixed runtime (#1790) 2022-08-27 09:29:09 +10:00
README.md [webviewloader] Use go implementation to retrieve the version of a fixed runtime (#1790) 2022-08-27 09:29:09 +10:00
syscall.go [webviewloader] Use go implementation to retrieve the version of a fixed runtime (#1790) 2022-08-27 09:29:09 +10:00
versions.go [webviewloader] Use go implementation to retrieve the version of a fixed runtime (#1790) 2022-08-27 09:29:09 +10:00

GoWebView2Loader

GoWebView2Loader is a port of OpenWebView2Loader to Go.

It is intended to be feature-complete in the near future with the original WebView2Loader distributed with the WebView2 NuGet package.

Status

  • CompareBrowserVersions
  • CreateCoreWebView2Environment
  • CreateCoreWebView2EnvironmentWithOptions
  • GetAvailableCoreWebView2BrowserVersionString
    • Feature Complete
    • Fixed Runtime support