Hi guys. I’m using local Notifications and works if you have a single or two notifications but does not work if the notification length is 3 and more. what can I do about it. Thanks.
(I use ionic3)
this.localNotifications.on('click').subscribe((data2) => {
console.log(data2);
})