docs: make Android native app the primary target

This commit is contained in:
Hermes Agent
2026-07-09 03:50:27 +00:00
parent 2cd4730324
commit deec0c7fa3
6 changed files with 166 additions and 80 deletions
+6 -6
View File
@@ -198,13 +198,13 @@ Prefer CSS transitions and Framer Motion if bundle size acceptable.
## Android-native Feeling
- Installable PWA manifest with proper icons.
- Standalone display mode.
- No browser chrome when installed.
- Capacitor Android APK with adaptive icon and native splash.
- PWA manifest retained for fallback web install.
- No browser chrome in the primary Android app.
- Bottom nav like native Material apps.
- Pull-to-refresh disabled; in-app refresh buttons where needed.
- Back gesture should close panels before navigating away.
- Use Android share target later so user can share files/text to Hermes.
- Pull-to-refresh disabled in fallback web mode; in-app refresh buttons where needed.
- Android back gesture/button should close panels before navigating away.
- Add Android share target so user can share files/text to Hermes.
## Accessibility