Enabling PWA support for mobile applications
In this section, we'll look at how to expose a mobile application as a PWA app. The mobile application that is developed under the VB can be exposed as a PWA. A PWA app can be rendered on the computer as well as on mobile devices as a native app. But, in fact, PWA apps are not native apps.
An important difference between PWA and native app is that when the developer publishes an update to the app, PWA apps will automatically fetch the update to the device. However, native apps will require the end user to download the new version of the app and install it. The PWA app exposed from the VB has the following features:
- It allows us to install the application from a browser and add it to the home screen.
- You can add the PWA app to the mobile device's home page and it works as a native app.
- The PWA app can work offline as well.
- No URL is displayed when you run the PWA app.
The following are the steps to...