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

View file

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background"/>
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
</adaptive-icon>