127.0.0.1 address is not.
- PWA
- Native Apps
The Progressive Web App route requires no build toolchain and no IDE. Open your install in the phone’s browser and add it to the home screen:
- iOS (Safari): tap the Share button, then choose Add to Home Screen
- Android (Chrome): tap the menu, then choose Install app
- Your install must be served over HTTPS on a real hostname. Browsers only offer the install option under those conditions.
127.0.0.1or a plain LAN IP will not trigger the prompt on iOS. Android Chrome is more permissive on local networks, but HTTPS is still required for service worker caching to work properly.