nativescript-local-notifications icon indicating copy to clipboard operation
nativescript-local-notifications copied to clipboard

:mailbox: NativeScript plugin to easily schedule local notifications

Results 56 nativescript-local-notifications issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I installed this plug-in in brand new angular share project. When notification received inside app it is crashing. I'm assuming this plug might not update at iOS 14. When...

When scheduling a local notification like this: ``` LocalNotifications.schedule( [{ id: 1, title: 'Title', body: 'This is a message', forceShowWhenInForeground: true, customData: { idStory: "1234", titleStory: "This is the title"...

I'm trying to use this plugin to set up daily reminders for the user. The user can choose the time of the reminder then the app schedules the notification with...

Hi, with interval: "day" the schedule time is wrong... I can set "at" for 10sec but it doesnt work. When i delete interval it works again...

Is there a way to send data to schedule function and retrieve the data on addOnMessageReceivedCallback?

It would be good have a callback method which will execute after the scheduled notification is triggered

Hello. Thanks for your excellent work. Test demo works well in ios,but in android,when the app is closed,notification does not happen.

Hi Eddy! Sorry for coming back on this issue, but unfortunately it seems to be back... Although the issue here seems to be kinda "strange" I'll try to provide as...

Its possible to make this notification like when receive a phone call ?