-
All of the WebView2 components do not show in VS 2022, even in designer mode. Of course, this works with the build you published. Is there anything else I need to get the WebView2 components to show? |
Beta Was this translation helpful? Give feedback.
Answered by
d2phap
Nov 29, 2023
Replies: 1 comment
-
You need to
To enable debugging Web UI:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
siblount
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to
\ImageGlass\Source\Components\ImageGlass.Settings\WebUI\
npm i
to install JavaScript dependenciesnpm start
to start watching and compiling js filesTo enable debugging Web UI:
igconfig.json
file, setEnableDebug
totrue
then launch IG