Skip to content

Issue #3445463 - Move the prompt towards localstorage so we can support multiple devices.

Robert Ragas requested to merge issue/social_pwa-3445463:2.0.x into 2.0.x

When we re-install the app the prompt is preventing from showing the push notification pop-up even when the subscription is invalid. Also when you have enabled push notifications on 1 device and installing it on another device the pop-up again will not show because it assumes you already decided. By moving to localstorage makes it unique per device.

Merge request reports