Gerrit Gazic

Results 46 comments of Gerrit Gazic

Hey! I think it could be possible to add this to the core library. But it would be necessary to implement a common interface for each platform (Mac, Windows, Linux).

The chrome edge webview has a build in debugger. For the "old" one you have to use the "Microsoft Edge DevTools". You can get the app in the windows store.

Hey! Please add [STAThread] above your Main method. Like in the example: https://github.com/webview/webview_csharp#a-basic-example

Does your other PC runs another version of Edge? I think we have to update the Webkit2 nuget for the latest edge version.

Hey! If a non valid Edge Chromium version is present on the current system, webview will fallback to the old Edge. Therefore you should never get a blank window. Only...

Could you please test, if the minimal example is working for you.

Please execute the following in admin command prompt and try again: CheckNetIsolation.exe LoopbackExempt -a -n="Microsoft.Win32WebViewHost_cw5n1h2txyewy"

Do you have something running on http://localhost:8080? Just changing the URL to localhost in the minimal example will not automatically host a webserver. If you want the application to host...

Did you check, if the DesktopApp example works? If not, it sounds like there is still a problem with the loopback. If the above command was not working for you,...

No problem. The problem with the localhost is already documented in the readme. But yes, maybe it is possible to check, if the command ran successfully and to give feedback....