-
-
Notifications
You must be signed in to change notification settings - Fork 53
Home
Tua Rua edited this page Dec 31, 2020
·
26 revisions
Welcome to the WebViewANE wiki!
This Air Native Extension provides a more modern webView than is currently available in AIR. The existing webkit used in HTMLLoader is very dated. StageWebView uses the system web control which on Windows is also very dated.
Windows Chromium | Windows EdgeView | macOS | iOS | Android | |
---|---|---|---|---|---|
Engine | CefSharp WinForms | WPF WebView | WKWebView | WKWebView | Android WebView |
Load Web | ✓ | ✓ | ✓ | ✓ | ✓ |
Load Local Files | ✓ | ✓ | ✓ | ✓ | ✓ |
Load HTML | ✓ | ✓ | ✓ | ✓ | ✓ |
✓ | ✓ | ||||
Print PDF | ✓ | ✓ | |||
Clear cache | ✓ | ✓ | ✓ | ✓ | ✓ |
Multi-tab | ✓ | ✓ | |||
Capture Bitmap | ✓ | ✓ | ✓ | ✓ | |
JS->AS | ✓ | ✓ | ✓ | ✓ | ✓ |
AS->JS | ✓ | ✓ | ✓ | ✓ | ✓ |
Dev Tools | ✓ | ✓ | ✓ | ✓ | |
Magnify | ✓ | ✓ | ✓ | ✓ | |
History List | ✓ | ✓ |
This work is licensed under Apache License, Copyright (c) 2018 Tua Rua Ltd.
Configuring the ANE
- Windows