Skip to content

Commit 6bcdfc8

Browse files
author
Jonathan Diehl
committed
removed ios warnings
1 parent abf3722 commit 6bcdfc8

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ As PWAs are basically web apps with additional features, Mendix offers these fea
3434
PWAs require a version of Atlas 2 or above.
3535
{{% /alert %}}
3636

37-
{{% alert color="warning" %}}
38-
PWAs have the following limitation on iOS:
39-
40-
* Offline data is not supported for PWAs on iOS
41-
{{% /alert %}}
42-
4337
To create a full offline-first PWA, choose and add one of the following profiles (depending on which form factor you need): Responsive Web Offline, Phone Web Offline, or Tablet Web Offline. For more information about offline-first apps, see the [Offline-First Guide](/refguide/offline-first/).
4438

4539
{{% alert color="info" %}}
@@ -108,7 +102,7 @@ For example, when a Phone Web Offline profile is configured and the app is opene
108102
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
109103
| Desktop browser | Responsive Web profile is loaded |
110104
| Android - Chrome browser | Phone Web Offline profile is loaded |
111-
| iOS - Any browser | If there is a Phone Web profile, this is loaded; otherwise, the Responsive Web profile is loaded. This is because offline PWAs are not (yet) supported on iOS. |
105+
| iOS - Any browser | Phone Web Offline profile is loaded |
112106

113107
Next to that, it is possible to force a profile by providing the profile name in the URL as a query parameter: for example `http://localhost:8080/?profile=PhoneOffline`. Possible profile values are as follows:
114108

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ As PWAs are basically web apps with additional features, Mendix offers these fea
2828
PWAs require a version of Atlas 2 or above.
2929
{{% /alert %}}
3030

31-
{{% alert color="warning" %}}
32-
PWAs have the following limitation on iOS:
33-
34-
* Offline data is not supported for PWAs on iOS
35-
{{% /alert %}}
36-
3731
To create a full offline-first PWA, choose and add one of the following profiles (depending on which form factor you need): Responsive Web Offline, Phone Web Offline, or Tablet Web Offline. For more information about offline-first apps, see the [Offline-First Guide](/refguide9/offline-first/).
3832

3933
{{% alert color="info" %}}
@@ -98,7 +92,7 @@ For example, when a Phone Web Offline profile is configured and the app is opene
9892
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
9993
| Desktop browser | Responsive Web profile is loaded |
10094
| Android - Chrome browser | Phone Web Offline profile is loaded |
101-
| iOS - Any browser | If there is a Phone Web profile, this is loaded; otherwise, the Responsive Web profile is loaded. This is because offline PWAs are not (yet) supported on iOS. |
95+
| iOS - Any browser | Phone Web Offline profile is loaded |
10296

10397
Next to that, it is possible to force a profile by providing the profile name in the URL as a query parameter: for example `http://localhost:8080/?profile=PhoneOffline`. Possible profile values are as follows:
10498

0 commit comments

Comments
 (0)