Page 1 of 2

Push notifications / web notifications

Posted: Fri Feb 09, 2018 4:15 pm
by digitalphotoworld

Please add the ability to add push notifications to the site. This is a great feature to communicate with the users of the site.


Re: Push notifications / web notifications

Posted: Fri Feb 09, 2018 5:06 pm
by kirondedshem

I hignly support this, as I am also interested to have my app behave like a progressive we app so this will help alot


Re: Push notifications / web notifications

Posted: Thu Aug 16, 2018 9:51 am
by vuongduongquoc

Vote for this


Re: Push notifications / web notifications

Posted: Mon Aug 27, 2018 8:10 pm
by alescotti73

would be great also a feature to gather records to be read: the function is similar to the notification, that is tell hte user what's new


Re: Push notifications / web notifications

Posted: Sat Nov 24, 2018 6:53 am
by aspmaker_fan

yes please.


Re: Push notifications / web notifications

Posted: Mon Nov 26, 2018 10:29 pm
by bkay

Please


Re: Push notifications / web notifications

Posted: Wed Nov 28, 2018 2:48 am
by andyrav

+1 this would be a cool feature. curently using 3rd party to do this. be great is all on phpmaker


Re: Push notifications / web notifications

Posted: Fri Jul 26, 2019 10:47 pm
by mishanian

+1


Re: Push notifications / web notifications

Posted: Tue Oct 01, 2019 10:47 pm
by eayvl

+1


Re: Push notifications / web notifications

Posted: Sun Nov 10, 2019 7:30 pm
by hemin

+1


Re: Push notifications / web notifications

Posted: Sat Nov 30, 2019 1:51 pm
by Niijimasama

+1


Re: Push notifications / web notifications

Posted: Tue Dec 10, 2019 5:11 pm
by Adam

The feature request concerns the ability to push notification messages to users' mobile devices and desktop environments in the same way that "progressive" websites do - an alternative to SMS notifications.


Re: Push notifications / web notifications

Posted: Tue Dec 17, 2019 10:27 am
by Bishu

+1


Re: Push notifications / web notifications

Posted: Tue Dec 17, 2019 10:36 am
by mobhar

+1


Re: Push notifications / web notifications

Posted: Thu Dec 19, 2019 1:39 am
by morrellaberdeen

+1


Re: Push notifications / web notifications

Posted: Sat Feb 01, 2020 5:23 pm
by vintoICT

gr8!


Re: Push notifications / web notifications

Posted: Tue Feb 04, 2020 8:46 pm
by xxltomcat

vote for this!!! It would be also useful, to implement a maintenance - mode used as an notifikation during updating the frontend or the database


Re: Push notifications / web notifications

Posted: Thu Feb 06, 2020 11:26 am
by newbiephp

I do not know this helps not but in native im try worked notification.
clue js

setInterval(function(){
    $.ajax({
        url : 'getcount',
        success:function(data){
            if(count != data){
                $jumlah = parseInt(data) - parseInt(count);
                $('.notify').append('<span class="heartbit"></span> <span class="point"></span>');
                $('h5#jumlahreq').text($jumlah + ' Request Baru');
                $('.message-center').show();
            }else{
                count = data;
            }

        }
    })
},3000);

function loadcount(){
    $.ajax({
        url : 'getcount',
        success:function(data){
           count = data;
        }
    })
}

.

flow is when the count increases notif will enter at each level of the intended user.

maybe can try to apply it and little modif


Re: Push notifications / web notifications

Posted: Mon Sep 21, 2020 12:43 am
by lamorte1977
+1

Re: Push notifications / web notifications

Posted: Fri Oct 02, 2020 8:31 pm
by apis
+1