Pros and cons of using WebView2 vs the browser #4111
Unanswered
chadi-kazan
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am developing a SPA webapp that shares its backend services with a WPF application. It is being suggested to make a single platform out of these 2 apps but without sacrificing any of them, i.e without changing the webapp to WPF and without changing the WPF and making it a webapp, simply because the features each platform provides are hard to duplicate in the other.
one of the solutions being put forth is to use WebView2 in .Net to run the webapp inside the native app.
I have no clue what the limitations of Webview2 are, but other than the hell of non existent development tools for it (thinking developer view, browser debugger etc...) what could possibly make this a horrible idea?
Beta Was this translation helpful? Give feedback.
All reactions