PWA Fullscreen
Adds iOS PWA meta tags and a fullscreen toggle button so Agent Zero fills the entire mobile screen — hides the browser address bar and Android system navigation bar.
README
PWA Fullscreen — Agent Zero Plugin
Adds iOS PWA meta tags and a fullscreen toggle button so Agent Zero fills the entire mobile screen — hides the browser address bar and Android system navigation.
Features
- 📱 PWA-ready — Injects
apple-mobile-web-app-capableand related meta tags so the site can be installed as a standalone app on iOS and Android - ⛶ Fullscreen toggle button — Appears in the navigation bar on mobile devices; uses the Fullscreen API to hide the Android system nav bar
- 🔁 Toggle — Tap once to go fullscreen, tap again to exit
- 🚫 Desktop-invisible — Button only renders on touch devices
Installation
Via Plugin Hub (once published)
Search for PWA Fullscreen in Settings → Plugins → Browse.
Via Git URL
- Open Settings → Plugins → Install
- Paste the GitHub repo URL
- Click Install
Manual
- Clone or download this repo
- Copy the folder contents into
/a0/usr/plugins/pwa_fullscreen/ - Restart Agent Zero
- Enable the plugin in Settings → Plugins
Usage
Maximum screen real estate (recommended)
| Step | Effect |
|---|---|
| Install as PWA (Add to Home Screen) | Removes browser address bar |
| Tap the ⛶ button in the navbar | Removes Android system nav bar |
| Both together | Full screen — pure app experience |
Android (Chrome)
- Open your Agent Zero URL in Chrome
- Tap ⋮ → Add to Home Screen
- Open the app from your home screen
- Tap ⛶ in the Agent Zero nav bar to hide system navigation
iOS (Safari)
- Open your Agent Zero URL in Safari
- Tap Share → Add to Home Screen
- Open the app from your home screen (runs in standalone mode automatically)
Requirements
- Agent Zero with plugin support
- Mobile browser (Chrome on Android, Safari on iOS)
License
MIT — see LICENSE