Hi,
I have two cases:
Case 1:
- My laptop is connected to the internet.
- I installed visual studio 17.4.3, WebView2 SDK, Edge Runtime, ...
- I created a project, created a webview2 control, set "https://google.com" in "Source" field.
- Then I debug and the program run well. NavigationStarting Event fired normally.
Case 2:
- My PC at my workplace can not connect to the internet because of my company rules.
- So I download full visual studio 17.3.3, WebView2 SDK, Edge Runtime from my home and installed in my company. Everything is ok.
- I created a project, created a webview2 control, set "http://mycompany.net" in "Source" field.
- Then I debug and the program run but webview2 does not show anything. I checked by access via Edge, the URL is ok.
- I checked events. I saw when program run, NavigationStarting Event did not fire.
Please, check and help me.
Thanks
Hi,
I have two cases:
Case 1:
Case 2:
Please, check and help me.
Thanks