-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Web Push Notifications by Apple #1537
Comments
This is not on our roadmap in the foreseeable future. We have desktop client and mobile apps already which you can use to get notifications. |
@nickvergessen Oh ok, i understand.. i would love that feature for a plugin to notify users that dont use talk or the files app Could you or someone point me to the correct files that should be involved? that would be great
i am thankful for any hint, |
I guess so
We don't have a Service worker
What subscription?
https://github.com/nextcloud/notifications/blob/master/lib/Push.php |
thank you!
Oh, i thought so, because you can install Nextcloud as a PWA, i thought in that case a ServiceWorker is needed to be registered in some Manifest File
The Client "subscribes" to the WebPush Notification Service as mentioned here: https://web.dev/push-notifications-subscribing-a-user/#what-is-a-pushsubscription |
Not sure what PWA is, but no the notifications app is not providing a manifest or anything anywhere.
Yeah, but as said we don't need or want this ourselves at the moment. We have various client available and otherwise you need to have a tab of Nextcloud open in your browser to receive notifications. |
This is the advantage of mozillas standardized web push notification approach, and in mozillas/apples case: You don't have to have any browser open, the push notification is triggered by their push notification servers directly to the mobile devices operating system
Yes, thanks so far, the information you gave me already helped and perhaps someone builds this into a separate plugin or so in the future thanks and best regards, |
a Proof of Concept for a Nextcloud Integration can be found here: https://github.com/githubkoma/webpush For what i've found out:
|
The approach over at #1225 looks really sophisticated |
Dear Nextcloudians,
with iOS 16.4 Apple finally implemented Web Push Notifications (years and years after Android, regarding to mobile......)
Do you already support it, or is it on the roadmap? It would be just awesome and it would instantly enhance many of the Plugins that exist for Nextcloud
Looks like it needs to be implemented either on each Server, or at a Server on your Side, please see:
(i think the part of requesting Permissions links to here: NotificationsApp.vue
window.Notification.requestPermission() ...
but where is the service worker, that could consume the received notification..)best regards,
ghk
The text was updated successfully, but these errors were encountered: