Add WebView support, cookies, focus and keyboard on launch

This commit is contained in:
Alex Abudaev 2026-04-03 19:49:13 +08:00
parent abed3258f8
commit efe8e4a550
10 changed files with 274 additions and 69 deletions

3
gradle.properties Normal file
View file

@ -0,0 +1,3 @@
android.useAndroidX=true
android.enableJetifier=true
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8