diff --git a/project.task.yaml b/project.task.yaml index 7921f11c5..b53b87674 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,8 +2,7 @@ tasks: - 08 notifications : - - .2 after turning on notification, don't wait in push server but wait in client for message test (so that users don't have to wait 10 seconds for confirmation for some kind of confirmation) - - Make sure instructions note - Local install works after cleared out cache in Chrome + - Give them a message during/after "turn on notifications" because it takes a while for the message to show after console says "About to send subscription... " - fix maskable icon - change all list-inside to list-outside diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index b9a662493..33c09c140 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -72,11 +72,14 @@
Here are ways to test notifications and get them working.
-If this works then you're all set. @@ -38,16 +38,16 @@
For best results on mobile, install this app on your device (as - opposed to using it inside the broser app). In Chrome, it may prompt + opposed to using it inside the browser app). In Chrome, it may prompt you, and you can also look for the "Install" command in the browser - settings; on the the deskop, look for this icon in the address bar: + settings; on the the desktop, look for this icon in the address bar:
+ ... and it never stops, then there is a problem with the underlying + service worker or push server mechanism in your browser. Your best bet + is to follow the "Reinstall" steps below or use a different browser. +
+In Apple iOS, check "Settings" -> "Notifications", look for the Time @@ -92,8 +104,8 @@
@@ -106,7 +118,7 @@
In Apple iOS, check Settings -> Notifications.
In Android, check Settings -> Notifications.
@@ -121,7 +133,9 @@If all else fails, uninstall the app, ensure all the browser tabs with it are closed, and clear out caches and storage.
+
+ Of course, you'll want to back up all your data first -- all seeds as
+ well as the contacts & settings -- on the Account
+
Then reinstall the app.
+ If that didn't show a notification on your device, the problem is that + your browser or your operating system are not allowing notifications + through. See "Check App Permissions" and "Check Browser Permissions" and + "Check Operating System (OS) Permissions" above. +
++ If that showed "null" then the notification is not active. + +
++ If that didn't show a notification on your device, there is a problem + getting to the push server. Disable notifications and then enable them + again. +
+
+ If you don't see a message, it could be that there is nothing new for
+ you to see. If the previous test worked, then things should work fine.
+ If you notice a full 24 hours where you get no notification and you know
+ that there are new items that should show, gather as many details as
+ possible and go to the bottom of
+