WebView: implement file:///android_asset/... URIs

This commit is contained in:
Julian Winkler
2024-10-03 22:42:12 +02:00
parent dc4b40bdf4
commit 633f1e6f96
4 changed files with 40 additions and 0 deletions

View File

@@ -111,6 +111,10 @@ struct handle_cache {
jclass class;
jmethodID putExtraCharSequence;
} intent;
struct {
jclass class;
jmethodID internalGetAssetManager;
} webview;
};
extern struct handle_cache handle_cache;