Account

Mobile app installation

AImonitoring can be installed from supported mobile browsers so responders can open the dashboard from the home screen in a standalone app-like experience.

Audience: Mobile users, responders, on-call teams

What is supported

  • The public site exposes a web app manifest with app name, icons, theme color, start URL, and shortcuts.
  • Install icons are available for Android, Chrome, Safari, and Apple home-screen usage.
  • A service worker is registered in production to satisfy browser install requirements and cache public shell pages.
  • Dashboard, admin, and API routes are intentionally excluded from service-worker caching.

Install on iPhone or iPad

  • Open AImonitoring in Safari.
  • Sign in if you want the installed app to open directly into your dashboard session.
  • Tap the Share button.
  • Choose Add to Home Screen.
  • Confirm the name AImonitoring and tap Add.
  • Open AImonitoring from the home-screen icon.

Install on Android

  • Open AImonitoring in Chrome or another install-capable browser.
  • Open the browser menu.
  • Choose Install app or Add to Home screen.
  • Confirm the install prompt.
  • Open AImonitoring from the launcher or home-screen icon.

Troubleshooting

  • If the install option does not appear, confirm the site is served over HTTPS in production.
  • If you are testing locally, use the production build because service worker registration is disabled in development.
  • If the installed app opens the public site, sign in and use Dashboard from the app.
  • If stale public pages appear, close the installed app and reopen it after a fresh deployment.

Related documentation