Multiple WebView2 instances #7904
sachix1001
started this conversation in
General
Replies: 1 comment
-
yep, that's normal. You can get a rough idea what the instances are when you open an empty window of a chromium based browser and open its internal task manager. Then you'll see one main process, one gpu process, one network process etc. Edit: just found this page: https://learn.microsoft.com/en-us/microsoft-edge/webview2/concepts/end-user-faq#what-memory-and-cpu-resources-does-webview2-use - so windows 11 even started listing the actual process names lately. (above that section it also explain what i said above) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made Tauriapp using create-tauri-app with React/Typescript. When I build and installed the app, it runs with 6 WebView2 instances. I read running multiple WebView is by design but can someone confirm "6" of them is normal?
Beta Was this translation helpful? Give feedback.
All reactions