Skip to content

Commit d27460b

Browse files
committed
Add PWA connector widget warning
Solves #9454
1 parent 1d4ab26 commit d27460b

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

content/en/docs/refguide/mobile/using-mobile-capabilities/push-notifications/notif-implement-pwa.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ Push notifications in progressive web apps require Firebase to be set up as earl
5959
1. Stop the Mendix Runtime in Studio Pro if it is running and start it afterwards. Do not use **Rerun**, as that will not pick up the changes in your theme folder.
6060

6161
You have now successfully added a button to enable receiving push notifications for your users. Go ahead to the next section to test sending a push notification.
62+
63+
{{% alert color="warning" %}}
64+
Do not use the **Push Notifications** widget that comes with the **Push Notifications Connector** in a progressive web app. This widget is only supported in hybrid mobile apps, and will not work in a PWA. Receiving events for received notifications is not supported in PWAs.
65+
{{% /alert %}}

content/en/docs/refguide10/mobile/using-mobile-capabilities/push-notifications/notif-implement-pwa.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ Push notifications in progressive web apps require Firebase to be set up as earl
5959
1. Stop the Mendix Runtime in Studio Pro if it is running and start it afterwards. Do not use **Rerun**, as that will not pick up the changes in your theme folder.
6060

6161
You have now successfully added a button to enable receiving push notifications for your users. Go ahead to the next section to test sending a push notification.
62+
63+
{{% alert color="warning" %}}
64+
Do not use the **Push Notifications** widget that comes with the **Push Notifications Connector** in a progressive web app. This widget is only supported in hybrid mobile apps, and will not work in a PWA. Receiving events for received notifications is not supported in PWAs.
65+
{{% /alert %}}

content/en/docs/refguide9/mobile/using-mobile-capabilities/push-notifications/notif-implement-pwa.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,7 @@ Push notifications in progressive web apps require Firebase to be set up as earl
5959
1. Stop the Mendix Runtime in Studio Pro if it is running and start it afterwards. Do not use **Rerun**, as that will not pick up the changes in your theme folder.
6060

6161
You have now successfully added a button to enable receiving push notifications for your users. Go ahead to the next section to test sending a push notification.
62+
63+
{{% alert color="warning" %}}
64+
Do not use the **Push Notifications** widget that comes with the **Push Notifications Connector** in a progressive web app. This widget is only supported in hybrid mobile apps, and will not work in a PWA. Receiving events for received notifications is not supported in PWAs.
65+
{{% /alert %}}

0 commit comments

Comments
 (0)