To activate PWA functionality for your existing APEX application, you can
enable two options located in the "General" section of the Progressive Web
App settings page. By switching on these options, you can make your app
installable on users' devices, and provide them with a more native app-like
experience.
- Edit your application
- Go to Shared Components
- Go to Progressive Web App
- Under General, enable Progressive Web App switch
-
This adds a default service worker to your application
- Under General, enable Installable switch
-
This adds a default web app manifest to your application,
and a new Install App navigation bar entry
users can click to install the app
- (Optional) Configure PWA attributes