
What is a PWA?
- Web + Native Fusion PWAs combine the best of web pages with native app elements (e.g., offline capabilities).
- Standalone Interface Once installed, the PWA runs like an app without needing a separate browser tab.
- Background Updates A service worker checks for fresh content and prompts you to refresh if a new version is available.
Installing the Altostrat PWA
1
Open Altostrat in a Supported Browser
Use Google Chrome, Microsoft Edge, or any modern browser that supports PWA
installation. Go to your Altostrat docs or portal URL.
2
Look for the Install Prompt
In your browser’s address bar, you may see an Install or + icon. It could also
appear in the browser menu (e.g., Chrome → More Tools → Create shortcut).
3
Confirm Installation
A pop-up will ask if you want to install the app. Click Install to add the Altostrat PWA to
your device.

Launching the Installed App
Once installed, the PWA appears alongside other apps on your home screen (mobile) or application list (desktop). Log in if necessary, and you’ll have an immersive experience without a traditional browser UI.PWA Updates
When the PWA starts, a service worker checks for updates:- Background Download If a newer version exists, it silently downloads.
- Prompt to Refresh You’ll see a notification or dialog asking to refresh the app. Accepting applies the update.
Authentication usually happens at
https://auth.altostrat.app
. If you’re not logged in, the PWA
redirects there before returning to the app.Tips & Best Practices
- Pin It: On mobile, place the PWA icon on your home screen for quick access.
- Offline Usage: Some content may remain accessible offline, depending on how your caching is configured.
- Uninstalling: Remove it like any other app—on desktop, right-click the app icon; on mobile, press and hold to uninstall.
- Account Security: If using shared devices, remember to log out of the PWA when done.