-
-
Notifications
You must be signed in to change notification settings - Fork 53
Chromium WebView
The Windows version utilises the CefSharp WinForms version of Chromium Embedded Framework.
You will need
- AIR 30+
- .Net Core Runtime
- AIR-Tools
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:
- Downloads the WebViewANE and dependencies.
- Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json
-
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.
-
This ANE and CEF were built with MS Visual Studio 2017. As such your machine (and user's machines) will need to have Microsoft Visual C++ 2019 or higher Redistributable (x86) runtime installed. https://support.microsoft.com/en-us/topic/the-latest-supported-visual-c-downloads-2647da03-1eea-4433-9aff-95f26a218cc0
-
This ANE also uses .NET 4.6.2 Framework. As such your machine (and user's machines) will need to have to have this (or greater) installed. https://support.microsoft.com/en-us/help/3151802/the-net-framework-4-6-2-web-installer-for-windows
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.
This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.
Configuring the ANE
- Windows