54 logs that browser notifications aren't supported #1743

Closed
opened 2020-09-04 20:58:23 +00:00 by matiasilva · 2 comments

A simple load of the frontend yields this in the console:

image

Using Firefox 80.0.01

A simple load of the frontend yields this in the console: ![image](/attachments/7246b904-e890-4a66-89d1-417904b11e1a) Using Firefox 80.0.01
3.4 KiB
Owner

Yes, that's a debug message - you can turn that of by clicking on the "debug" button in the console: image

It's not a bug. It's an experimental feature currently only supported by chrome.

This allows vikunja to schedule a notification for a task whenever you set a reminder. Schedule means it just tells the OS "show a notification at this time in the future" and the OS handles the rest. This works pretty well in the current chrome canary on android but you'll have to enable a feature flag. See the article I linked above for more details.

Yes, that's a debug message - you can turn that of by clicking on the "debug" button in the console: ![image](/attachments/2ac4633f-63b8-4922-bf61-82a7cfe017e5) It's not a bug. It's an experimental feature currently [only supported by chrome](https://web.dev/notification-triggers/#status). This allows vikunja to schedule a notification for a task whenever you set a reminder. Schedule means it just tells the OS "show a notification at this time in the future" and the OS handles the rest. This works pretty well in the current chrome canary on android but you'll have to enable a feature flag. See the article I linked above for more details.
3.0 KiB
Author

Aha! I was aware it was a debug message but found the 54 logs slightly odd. Didn't know it was support only by Chrome, good to know!

Aha! I was aware it was a debug message but found the 54 logs slightly odd. Didn't know it was support only by Chrome, good to know!
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#1743
No description provided.