lingxia-webview 0.4.3

WebView abstraction layer for LingXia framework (Android, iOS, HarmonyOS)
1
2
3
4
5
6
7
8
9
pub(crate) mod schemehandler;
pub mod tsfn;
mod webview;

pub(crate) use webview::apply_http_proxy;
pub use webview::{
    WebViewInner, check_navigation_policy, on_download_start, webview_controller_created,
    webview_controller_destroyed,
};