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:
parent
3116c1a622
commit
64e44b1b51
@ -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
|
Loading…
Reference in New Issue
Block a user