Skip to main content

Enable PWA

Last updated 13/04/2026

Enabling PWA in Five

To enable Progressive Web Application (PWA) functionality in Five, the application must be configured at the Instance level.

This is done by adding a Key: Value pair in the Server Options field on the Instance record.

Configuration

  • Key:
    ENABLE_PWA
  • Value:
    TRUE
info
When making changes to your Instance record, for the changes to be applied, you must remove your application from deployment and redeploy your application again.

Steps

1. Navigate to the Instance record.

2. Click in the Server Options field to open the editor.


Server Options field
Figure 1 - Server Options field

3. Add the Key:
ENABLE_PWA
and the Value:
TRUE
.


4. Save the entry in the editor.


Add Key: Value pair
Figure 2 - Add Key: Value pair

5. Save the Instance record.


Save button
Figure 3 - Save button

Result

Once this setting is applied:

  • The instance of the application will be enabled as a Progressive Web Application
  • Users will be able to install the app on supported devices
  • Offline functionality (when implemented using Five's offline APIs) will be available within the PWA environment

Important Notes

  • This setting is required for offline functionality to work
  • Offline capabilities are only available when the application is running as a PWA, not within the standard Five environment
  • Additional implementation, custom actions using offline APIs, is required to fully support offline use