
Quote from luishp on January 24, 2021, 5:47 pmIn current version PWA Display Mode is allways set to "standalone" and there is only a default Service Worker with "Online copy of pages".
Upcoming version will include all the currently availables Display Modes:
- fullscreen
All of the available display area is used and no user agent chrome is shown.- standalone
The application will look and feel like a standalone application. This can include the application having a different window, its own icon in the application launcher, etc. In this mode, the user agent will exclude UI elements for controlling navigation, but can include other UI elements such as a status bar.- minimal-ui
The application will look and feel like a standalone application, but will have a minimal set of UI elements for controlling navigation. The elements will vary by browser.- browser
The application opens in a conventional browser tab or new window, depending on the browser and platform. This is the default.It will also include all the Service Workers offered in pwabuilder.com to chose from:
- Offline page
This simple but elegant solution pulls a file from your web server called "offline.html" (make sure that file is actually there) and serves the file whenever a network connection can not be made.- Offline copy of pages
A solution that expands the offline capabilities of your app. A copy of each pages is stored in the cache as your visitors view them. This allows a visitor to load any previously viewed page while they are offline. Offline copy with backup offline page
A copy of each pages is stored in the cache as your visitors view them. This allows a visitor to load any previously viewed page while they are offline. This then adds the "offline page" that allows you to customize the message and experience if the app is offline, and the page is not in the cache. Cache first network
Use this service worker to pre-cache content. Advanced caching
Use this service worker to improve the performance of your app, and make it work offline. The advanced caching service worker allows you to configure files and routes that are cached in different manners (pre-cache, server first, cache first, etc.). Background sync
Use this service worker to implement background sync for your app, ensuring that crucial requests made while the app is offline can be replayed when the user comes back online. Serving cached media
Use this service worker to play back audio and video to the user that has been cached for offline play.
In current version PWA Display Mode is allways set to "standalone" and there is only a default Service Worker with "Online copy of pages".
Upcoming version will include all the currently availables Display Modes:
It will also include all the Service Workers offered in pwabuilder.com to chose from:

Quote from CDY@44 on January 24, 2021, 6:07 pmJust one word : WHOUAAAAHHHHHHH !!!!!
Thank you Luis ! Impatient to play with next version !!!
regards,
Just one word : WHOUAAAAHHHHHHH !!!!!
Thank you Luis ! Impatient to play with next version !!!
regards,

Quote from Vadim on January 24, 2021, 7:12 pmLuis, thank you so much !!! You are doing amazing things !!! Very cool!!!
Luis, thank you so much !!! You are doing amazing things !!! Very cool!!!

