webViewAssetLoader property
Use a WebViewAssetLoader instance to load local files including application's static assets and resources using http(s):// URLs.
Loading local files using web-like URLs instead of file://
is desirable as it is compatible with the Same-Origin policy.
Officially Supported Platforms/Implementations:
- Android native WebView
Implementation
WebViewAssetLoader? webViewAssetLoader;