Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71531

Can't find a solution to display a screen after local notification is received (Alarm App)

$
0
0

I used the cordova-plugin-local-notifications and everything worked fine to receive the notification but I want to show a screen of the alarm! I tried to show an alert when the notification is triggered but it’s opened only inside the app :

this.localNotif.on('trigger').subscribe(res => {
  let msg = res.data ? res.data.mydata : '';
  this.showAlert(res.title, res.text, msg);
});

Can anyone help me to display the alarm interface over any app running?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 71531

Trending Articles