How does Elk serve browser based notifications ?
Re: Push Notification Reply #2 – July 08, 2016, 01:55:37 pm I just got some notifications in browser.
Re: Push Notification Reply #3 – July 08, 2016, 03:28:00 pm It's not exactly a push notification, it's a desktop notification, and on top of that, it's using an API that is basically deprecated, so it's already old.On the bright side, sine the feature exists it should be "easy" to replace it with a more modern implementation (provided the "standard" will not change entirely before we get the new one..).
Re: Push Notification Reply #5 – July 08, 2016, 09:50:22 pm http://www.html5rocks.com/en/tutorials/notifications/quick/And using the plugin:https://github.com/ttsvetko/HTML5-Desktop-Notifications
Re: Push Notification Reply #6 – July 09, 2016, 01:20:26 am No plans to try something like Pusher.com ?Check this : http://www.webdistortion.com/2012/02/02/real-time-push/
Re: Push Notification Reply #7 – July 09, 2016, 08:37:15 am From me personally, not in the short term (I have other things in my todo list, sorry).I added the html5 desktopnotifications because it seemed easy. If the current/future W3 webpush or whatever-they-want-to-call-it notifications will not be a pain I'll explore the option and try to use them, otherwise I'll just drop it from final and make an addon or something.
Re: Push Notification Reply #8 – July 09, 2016, 10:09:47 am I wouldn't say that it's a must have In fact I turn anything like that off.
Re: Push Notification Reply #9 – July 09, 2016, 12:05:27 pm Quote from: emanuele – July 09, 2016, 08:37:15 amFrom me personally, not in the short term (I have other things in my todo list, sorry).I added the html5 desktopnotifications because it seemed easy. If the current/future W3 webpush or whatever-they-want-to-call-it notifications will not be a pain I'll explore the option and try to use them, otherwise I'll just drop it from final and make an addon or something.I am just trying to have a chat about it A few good reads https://wiki.mozilla.org/Firefox/Push_Notificationshttps://people.mozilla.org/~ewong2/push-notification-test/https://developer.mozilla.org/en/docs/Web/API/Push_API
Re: Push Notification Reply #10 – August 20, 2016, 10:51:19 am Seems its already deprecated ..One working demo at https://jsfiddle.net/yoshi6jp/Umc9A/I see this could even be a theme option..as various notifications are available in the theme, like new PM's, new approvals etc. it could probably be implemented that way. Maybe the popup would list everything "new" in a compact text, multiple popups might be stretching it lol.Although..as it meant to show at any-time to pull users back to the site, it would probably be better as a core function.
Re: Push Notification Reply #11 – August 20, 2016, 03:39:32 pm Yeah... in fact it's not really a standard yet, so it's easy to deprecate... I guess I'll keep it like that for the time being, hopefully one day they will define a real standard. xD
Re: Push Notification Reply #12 – December 04, 2016, 03:21:08 pm Likely duplicate of http://www.elkarte.net/community/index.php?topic=2234.0
Re: Push Notification Reply #13 – December 10, 2016, 04:10:42 am Not really a duplicate if one is for Android/iOS and the other for web browsers. They are two different things, I think.
Re: Push Notification Reply #14 – December 10, 2016, 01:31:12 pm Indeed. Push notifications would be nice. They should happen with browser closed and screen off.