WebView: implement WebViewClient callbacks

This commit is contained in:
Julian Winkler
2024-10-03 22:43:42 +02:00
parent 633f1e6f96
commit 4f4fd15fef
5 changed files with 27 additions and 1 deletions

View File

@@ -114,6 +114,7 @@ struct handle_cache {
struct {
jclass class;
jmethodID internalGetAssetManager;
jmethodID internalLoadChanged;
} webview;
};