Skip to content

Commit 8a8a5a0

Browse files
committed
tweak links
1 parent c81dc37 commit 8a8a5a0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/en/docs/refguide/mobile/introduction-to-mobile-technologies/progressive-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Progressive web apps (PWAs) are an evolution of traditional web apps. Overall, P
1313
Progressive web apps have three main characteristics:
1414

1515
* **Installable** – PWAs let you add your app to your user's home screen and start a full screen app. This makes PWAs feel more fully-capable native apps.
16-
* **Reliable** – Using service workers, PWAs can work offline or partially offline. Mendix PWAs can work partially offline (resources like styling, pages, and images are cached) or fully offline (like native mobile apps).
16+
* **Reliable** – Using [service workers](/refguide/mobile/introduction-to-mobile-technologies/pwa-service-worker/), PWAs can work offline or partially offline. Mendix PWAs can work partially offline (resources like styling, pages, and images are cached) or fully offline (like native mobile apps).
1717
* **Capable** – PWAs can leverage several device capabilities like the camera and location, and can offer support for web push notifications. Note that support for features depend on which browser is used.
1818

1919
## Enabling PWA Features
@@ -38,7 +38,7 @@ To be able to fully test PWA functionalities, the app needs to be deployed to th
3838

3939
### Publishing as a Progressive Web App
4040

41-
When checked and deployed to the cloud, the app registers a [service worker](https://developers.google.com/web/fundamentals/primers/service-workers) that is the basis for PWAs. On offline navigation profiles, this option is always enabled. In online navigation profiles, enabling this option will also give the end-user a custom page when the device has no connection. Where desired, this page can be customized by adding an *offline.html* page to the theme folder (for example, *theme/offline.html*). Note that this page should not load any other resources over the network.
41+
When checked and deployed to the cloud, the app registers a [service worker](/refguide/mobile/introduction-to-mobile-technologies/pwa-service-worker/) that is the basis for PWAs. On offline navigation profiles, this option is always enabled. In online navigation profiles, enabling this option will also give the end-user a custom page when the device has no connection. Where desired, this page can be customized by adding an *offline.html* page to the theme folder (for example, *theme/offline.html*). Note that this page should not load any other resources over the network.
4242

4343
### Allowing "Add to Home Screen" Prompt
4444

content/en/docs/refguide/mobile/introduction-to-mobile-technologies/service-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "PWA Service Worker"
3-
url: /refguide/mobile/introduction-to-mobile-technologies/service-worker
3+
url: /refguide/mobile/introduction-to-mobile-technologies/pwa-service-worker/
44
weight: 20
55
---
66

0 commit comments

Comments
 (0)