5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 19:31:20 +08:00

[docs] Add wrong webview2 architecture section in troubleshooting guide

This commit is contained in:
Lea Anthony 2023-09-18 20:15:54 +10:00
parent 3116c1a622
commit 64e44b1b51
No known key found for this signature in database
GPG Key ID: 33DAF7BB90A58405

View File

@ -201,4 +201,11 @@ you can make the webview background transparent using the following config:
WebviewIsTransparent: true, WebviewIsTransparent: true,
}, },
}) })
``` ```
## WebView2 installation succeeded, but the wails doctor command shows that it is not installed
If you have installed WebView2, but the `wails doctor` command shows that it is not installed, it is likely that the
WebView2 runtime installed was for a different architecture. You can download the correct runtime from [here](https://developer.microsoft.com/en-us/microsoft-edge/webview2/).
Source: https://github.com/wailsapp/wails/issues/2917