Native WebView utilises a very recent web renderer which means you will be able to render all the latest HTML5 content within a view of your AIR application.
Windows utilises the CefSharp bindings for the Chromium Embedded Framework, iOS and macOS utilises the Apple WKWebView in the macOS and iOS SDKs and Android uses the Android WebView implementation.
The simple API allows you to quickly integrate web views in your AIR application.
Identical code base can be used across all platforms allowing you to concentrate on your application and not device specifics.
We provide complete guides to get you up and running with integrated webviews quickly and easily.