Khalid Almannai
Khalid Almannai

Reputation: 312

Microsoft Edge 84 released but WebView2 is not working as promised

I was waiting for Microsoft Edge 84 to be released so that WebView2 is included as they promise.. but after updating Edge, WebView2 is not working...

For example CoreWebView2Ready never fired and WebView2 is showing nothing and it is throwing exception on resize!

WebView2 is working fine only when installing Canary channel version on target machine.

Upvotes: 0

Views: 695

Answers (1)

Khalid Almannai
Khalid Almannai

Reputation: 312

I've used 0.9.515-prerelease and as stated in https://learn.microsoft.com/en-us/microsoft-edge/webview2/releasenotes#09515-prerelease it requires Microsoft Edge 84 or higher.

In real it requires Evergreen WebView2 Runtime Installer to be distributed to work on the target machine.

The other way to make it work without WebView2 Runtime Installer is to install Canary channel on target machine which is now on version 86.

Upvotes: 1

Related Questions