Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
514 stars 197 forks source link

Redirection on notification click #290

Open Pramodaexonic opened 7 years ago

Pramodaexonic commented 7 years ago

angular meteor i am receiving the notification for ios, need to display to a specific page in app, can you please provide some code/refrence

raix commented 7 years ago
Push.on('startup', (notification) => {
  // read what ever payload from the notification and route accordingly
});