Skip to content

Edge WebView

Tua Rua edited this page Jun 3, 2019 · 16 revisions

Available from Version 1.7.0

The Windows Edge WebView utilises the Modern WebView WPF version.

It is still quite raw and doesn't have the feature set of CEF. Please consider it a beta feature.

Please see Microsoft's known issues before opening an issue on the WebViewANE repo.

The main benefits are:

  • support for AAC and H.264 codec
  • smaller dependency footprint (single dll of ~150KB)

Prerequisites

You will need

The ANE + Dependencies

From the command line cd into /example-desktop-complete and run in PowerShell:

PS get_dependencies.ps1

C# library files Important!

C# and CefSharp binaries are now packaged inside the ANE. All previous versions of these need to be deleted from your AIRSDK if you upgrade to 2.5.0+.
FreSharp.ane is now a required dependency for Windows.

Packaging for release

It is highly recommended you package your app for release using an installer.

Please see the win_installer folder for an example Inno Setup project which handles .NET 4.6.2 and MSV2015 dependencies.

Clone this wiki locally