Push notifications / web notifications

digitalphotoworld
User
Posts: 416
Location: Nürnberg/Germany

Push notifications / web notifications

Post 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.


kirondedshem
User
Posts: 642

Post 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


vuongduongquoc
User
Posts: 133

Post by vuongduongquoc »

Vote for this


alescotti73
User
Posts: 57

Post 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


aspmaker_fan
User
Posts: 46

Post by aspmaker_fan »

yes please.


bkay
User
Posts: 101

Post by bkay »

Please


andyrav
User
Posts: 637

Post by andyrav »

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


mishanian
User
Posts: 120

Post by mishanian »

+1


eayvl
User
Posts: 315

Post by eayvl »

+1


hemin
User
Posts: 165

Post by hemin »

+1


Niijimasama
User
Posts: 85

Post by Niijimasama »

+1


Adam
User
Posts: 480

Post 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.


Bishu
User
Posts: 427

Post by Bishu »

+1


mobhar
User
Posts: 11660

Post by mobhar »

+1


morrellaberdeen
User
Posts: 185

Post by morrellaberdeen »

+1


vintoICT
User
Posts: 390

Post by vintoICT »

gr8!


xxltomcat
User
Posts: 107

Post 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


newbiephp
User
Posts: 304

Post 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


lamorte1977
User
Posts: 92

Post by lamorte1977 »

+1

apis
User
Posts: 124

Post by apis »

+1

Post Reply