1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 18:27:35 +00:00

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

@ -57,6 +57,7 @@ else()
../Android/src/main/cpp/WebContentService.cpp
../Android/src/main/cpp/WebContentServiceJNI.cpp
../Android/src/main/cpp/LadybirdServiceBaseJNI.cpp
../Android/src/main/cpp/JNIHelpers.cpp
)
target_link_libraries(webcontent PRIVATE android)
endif()