-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi!
This is my code:
Cocoon.Notification.Local.initialize({}, function(registered) {
if (!registered) {
alert('Notificaciones deshabilitadas por el usuario');
Cocoon.Notification.Local.register();
}
else {
//sendNotification();
}
});mandaNotificacion("No circula:","Mañana no circula la placa "+$('#placas').val());I receive a not registered error and notifications are not working,
please help 😁
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels