1.5 KiB
1.5 KiB
Installing Echoes of the Ash as a Mobile App
The game is now a Progressive Web App (PWA) and can be installed on your mobile device!
Installation Instructions
Android (Chrome/Edge/Samsung Internet)
- Open the game in your mobile browser
- Tap the menu button (⋮) in the top right
- Select "Install app" or "Add to Home screen"
- Follow the prompts to install
- The app icon will appear on your home screen
iOS (Safari)
- Open the game in Safari
- Tap the Share button (square with arrow)
- Scroll down and tap "Add to Home Screen"
- Give it a name (default: "Echoes of the Ash")
- Tap "Add"
- The app icon will appear on your home screen
Features After Installation
- Full-screen experience - No browser UI
- Faster loading - App is cached locally
- Offline support - Basic functionality works without internet
- Native app feel - Launches like a regular app
- Auto-updates - Gets new versions automatically
What's Changed
- PWA manifest configured with app name, icons, and theme colors
- Service worker registered for offline support and caching
- App icons (192x192 and 512x512) generated
- Tab bar is now a proper footer (opaque, doesn't overlay content)
- Side panels stop at the tab bar instead of going underneath
Troubleshooting
If you don't see the "Install" option:
- Make sure you're using a supported browser (Chrome/Safari)
- The app must be served over HTTPS (which it is)
- Try refreshing the page
- On iOS, you MUST use Safari (not Chrome or Firefox)