Ladybird/Android: Add EditText for URL bar and attach to native WebView

This commit is contained in:
Andrew Kaster
2023-09-23 23:05:15 -06:00
committed by Andrew Kaster
parent a93507231c
commit 4fd915b005
15 changed files with 82 additions and 12 deletions

View File

@@ -32,6 +32,7 @@ public:
static jclass global_class_reference;
static jmethodID bind_webcontent_method;
static jmethodID invalidate_layout_method;
static jmethodID on_load_start_method;
jobject java_instance() const { return m_java_instance; }