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

Force notifications to stay shown #296

Open ChrisKG32 opened 7 years ago

ChrisKG32 commented 7 years ago

I have tried many options such as:

forceShow: true,
clearNotifications: false,
keepNotifications: true,
clearBadge: false

None of which allow notifications to persist through clicks. Is this a bug or is there another command I'm missing?