Web Push Notifications in combination with PWA

0
Hello, I am trying to implement Web Push Notifications with a PWA Profile. For sending the notifications I need the users to confirm that they would like to receive notifications, using the WebPushSnippet. However, this snippet contains a Custom Widget 'WebPush' that is not offline capable, hence I can not use it for PWA. I tried registering using ?profile=Responsive on the same device. I can access the page that way, and give permission for the notification, but the notifications do not appear in the PWA (I do hear a sound, but nothing is shown). Does anyone have any suggestions? Kind regards, Martin
asked
2 answers
3

Hello Martin,

 

Maybe you can play around with JavaScript a bit. check out the below links with PWA offline push notification

answered
0

Hi Martin de Heer,

 

The Push notification part of the “Native Mobile Resources” module and therefore unfortunately cannot be used in a PWA Application, because it’s based on the package “react-native-push-notification”, only available on iOS and Android

answered