Skip to content

Chromium WebView

Eoin Landy edited this page Oct 23, 2022 · 19 revisions

The Windows version utilises the CefSharp WinForms version of Chromium Embedded Framework.

Prerequisites

You will need

The ANE + Dependencies

Change directory into the example-desktop-complete folder eg

cd C:\MyWindows\dev\AIR\WebViewANE\example-desktop-complete

Run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

NEW This tool now:

  1. Downloads the WebViewANE and dependencies.
  2. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json

C# library files Important!

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 MSV2019 dependencies.