From 18edff9afe230732445f5f5d1a7f69161ec2f018 Mon Sep 17 00:00:00 2001 From: nimbleghost <132819643+nimbleghost@users.noreply.github.com> Date: Wed, 7 Jun 2023 20:44:28 +0200 Subject: [PATCH] Add TODO comment about Safari 17 PWA --- docs/subscribe/desktop.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/subscribe/desktop.md b/docs/subscribe/desktop.md index b13d11a4..b9ba02d9 100644 --- a/docs/subscribe/desktop.md +++ b/docs/subscribe/desktop.md @@ -8,6 +8,8 @@ push notifications, and an app badge with the unread notification count. To receive background notifications, either the browser or the installed web app must be open. + + Web app installation is supported on Chrome and Edge on desktop, as well as Chrome on Android and Safari on iOS. Look at the [compatibility table](https://caniuse.com/web-app-manifest) for more info.