Main Content
Setting up the app as an icon on the home screen
For IOS devices:
-
Open the app website in Safari on your iPhone or iPad.
-
Tap the share icon (the square with the up arrow at the bottom center).
-
Select "Go to home screen" from the menu.
-
Enter a name for the icon (e.g. the name of the app).
-
Tap on "Add" (top right).
The icon will now appear on your home screen like an app.
💡 Note: Safari does not support automatic installation banners for PWAs like Chrome. The app runs in the WebView and not as a standalone app.
For Android devices:
Method 1: Automatic installation banner (if PWA is supported)
-
Open the app website in Google Chrome.
-
If the website has a correct Web App Manifest file, a message will appear at the bottom:
👉 "Install app" or "Add to home screen". -
Tap on the message and then on "Install".
The app is now installed as a standalone app and has its own icon.
Method 2: Manually adding to the home screen
If no installation banner appears:
-
Open the app website in Chrome.
-
Tap on the three dots (⋮) in the top right-hand corner.
-
Select "Add to home screen".
-
Enter a name for the app.
-
Tap on "Add".
The icon will now appear on your home screen.
💡 Note:
On Android, a correctly set up PWA is saved as a real app in the app drawer.
If the PWA does not have a manifest or service worker, it is only saved as a simple shortcut.