From 64e44b1b51742f90e500f3250a37decf30a5b8a7 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 18 Sep 2023 20:15:54 +1000 Subject: [PATCH] [docs] Add wrong webview2 architecture section in troubleshooting guide --- website/docs/guides/troubleshooting.mdx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/guides/troubleshooting.mdx b/website/docs/guides/troubleshooting.mdx index bd965a799..ee9ef2362 100644 --- a/website/docs/guides/troubleshooting.mdx +++ b/website/docs/guides/troubleshooting.mdx @@ -201,4 +201,11 @@ you can make the webview background transparent using the following config: WebviewIsTransparent: true, }, }) -``` \ No newline at end of file +``` + +## 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 \ No newline at end of file